org.extex.backend.exception
Class BackendException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.extex.core.exception.GeneralException
              extended by org.extex.backend.exception.BackendException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BackendDocumentWriterDefinedException, BackendMissingTargetException, BackendUnknownDocumentWriterException, DocumentWriterException

public class BackendException
extends GeneralException

This exception signals that something went wrong in the back-end.

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

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

BackendException

public BackendException()
Creates a new object.


BackendException

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

Parameters:
message - the message

BackendException

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

Parameters:
message - the message
cause - the cause of all evil

BackendException

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

Parameters:
cause - the cause of all evil