de.dante.extex.interpreter.exception
Class InterpreterExtensionInvalidException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.dante.util.exception.GeneralException
              extended byde.dante.extex.interpreter.exception.InterpreterException
                  extended byde.dante.extex.interpreter.exception.InterpreterExtensionInvalidException
All Implemented Interfaces:
java.io.Serializable

public class InterpreterExtensionInvalidException
extends InterpreterException

This exception signals that an invalid exception has been requested.

Version:
$Revision: 1.3 $
Author:
Gerd Neugebauer
See Also:
Serialized Form

Field Summary
protected static long serialVersionUID
          The field serialVersionUID contains the version number for serialization.
 
Constructor Summary
InterpreterExtensionInvalidException(java.lang.String message)
          Creates a new object.
InterpreterExtensionInvalidException(java.lang.String message, java.lang.Throwable cause)
          Creates a new object.
 
Methods inherited from class de.dante.extex.interpreter.exception.InterpreterException
getLocalizer, isProcessed, setProcessed
 
Methods inherited from class de.dante.util.exception.GeneralException
getExitCode, getHelp
 
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
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
The field serialVersionUID contains the version number for serialization.

See Also:
Constant Field Values
Constructor Detail

InterpreterExtensionInvalidException

public InterpreterExtensionInvalidException(java.lang.String message)
Creates a new object.

Parameters:
message - the name of the class

InterpreterExtensionInvalidException

public InterpreterExtensionInvalidException(java.lang.String message,
                                            java.lang.Throwable cause)
Creates a new object.

Parameters:
message - the name of the class
cause - the root of all evil