org.extex.backend.exception
Class BackendMissingTargetException

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
                  extended by org.extex.backend.exception.BackendMissingTargetException
All Implemented Interfaces:
java.io.Serializable

public class BackendMissingTargetException
extends BackendException

The back-end exception signaling that the output target is missing.

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

Constructor Summary
BackendMissingTargetException()
          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
 

Constructor Detail

BackendMissingTargetException

public BackendMissingTargetException()
Creates a new object.