edu.udo.cs.miningmart.exception
Class M4CompilerError

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.M4CompilerError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DbConnectionClosed

public class M4CompilerError
extends MiningMartException

This is the super class for all exception thrown by the M4 compiler.

Version:
$Id: M4CompilerError.java,v 1.4 2006/09/27 15:00:00 euler Exp $
Author:
Timm Euler
See Also:
miningmart.exception.MiningMartException, Serialized Form

Constructor Summary
M4CompilerError(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

M4CompilerError

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

Parameters:
errorMsg - The error information.


Copyright © 2001-2005