edu.udo.cs.miningmart.compiler
Class M4CompilerInterfaceError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.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.4 2006/04/11 14:10:09 euler Exp $
Author:
Martin Scholz
See Also:
Serialized Form

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

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