org.pandora
Class PandoraException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pandora.PandoraException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InitializationException, MemoryStorageException, SelfExecutionException, SelfParseException
public class PandoraException
- extends java.lang.RuntimeException
Root to most exceptions thrown from the Pandora system.
Provides nested exception and extra debug info.
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PandoraException
public PandoraException()
PandoraException
public PandoraException(java.lang.String message)
PandoraException
public PandoraException(java.lang.Exception exception)
PandoraException
public PandoraException(java.lang.String message,
java.lang.Exception exception)