org.extex.backend.documentWriter.dvi
Class PanicException

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.documentWriter.dvi.PanicException
All Implemented Interfaces:
java.io.Serializable

public class PanicException
extends GeneralException

Panic exception in dvi writer.

Version:
$Revision:4704 $
Author:
Sebastian Waschik
See Also:
Serialized Form

Constructor Summary
PanicException()
          Creates a new PanicException instance.
 
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

PanicException

public PanicException()
Creates a new PanicException instance.