edu.udo.cs.miningmart.compiler
Class M4CompilerInterfaceError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.udo.cs.miningmart.compiler.M4CompilerInterfaceError
All Implemented Interfaces:
java.io.Serializable

public class M4CompilerInterfaceError
extends java.lang.Exception

The exception thrown by the compiler interface.

Version:
$Id: M4CompilerInterfaceError.java,v 1.5 2006/09/27 14:59:54 euler Exp $
Author:
Martin Scholz
See Also:
Serialized Form

Constructor Summary
M4CompilerInterfaceError()
           
M4CompilerInterfaceError(java.lang.String errorMsg)
          Constructor using an 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

M4CompilerInterfaceError

public M4CompilerInterfaceError()

M4CompilerInterfaceError

public M4CompilerInterfaceError(java.lang.String errorMsg)
Constructor using an error message.

Parameters:
errorMsg - The message why the exception is thrown.


Copyright © 2001-2005