edu.udo.cs.miningmart.exception
Class M4CompilerWarning

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.udo.cs.miningmart.exception.MiningMartException
              extended by edu.udo.cs.miningmart.exception.M4CompilerWarning
All Implemented Interfaces:
java.io.Serializable

public class M4CompilerWarning
extends MiningMartException

This is the super class for all warnings thrown by the M4 compiler. Warnings should be displayed to the user but should not interrupt the compilation.

Version:
$ $
Author:
Timm Euler
See Also:
miningmart.exception.MiningMartException, Serialized Form

Constructor Summary
M4CompilerWarning(java.lang.String errorMsg)
          Constructor with error message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

M4CompilerWarning

public M4CompilerWarning(java.lang.String errorMsg)
Constructor with error message.

Parameters:
errorMsg - The error information.


Copyright © 2001-2005