edu.udo.cs.miningmart.exception
Class M4CompilerError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.udo.cs.miningmart.exception.MiningMartException
              extended byedu.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.3 2006/04/11 14:10:15 euler Exp $
Author:
Timm Euler
See Also:
miningmart.exception.MiningMartException, Serialized Form

Constructor Summary
M4CompilerError(java.lang.String errorMsg)
          Constructor with error message.
 
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