de.dante.extex.interpreter.loader
Class LoaderException

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.loader.LoaderException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LoaderClassCastException, LoaderClassNotFoundException, LoaderVersionException

public class LoaderException
extends InterpreterException

This exception is used when the loader detects some problem.

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

Field Summary
protected static long serialVersionUID
          The constant serialVersionUID contains the id for serialization.
 
Constructor Summary
LoaderException()
          Creates a new object.
LoaderException(java.lang.String message)
          Creates a new object.
LoaderException(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 constant serialVersionUID contains the id for serialization.

See Also:
Constant Field Values
Constructor Detail

LoaderException

public LoaderException()
Creates a new object.


LoaderException

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

Parameters:
message - the message

LoaderException

public LoaderException(java.lang.Throwable cause)
Creates a new object.

Parameters:
cause - the cause