org.melati.util
Class UnexpectedExceptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.util.MelatiRuntimeException
org.melati.util.UnexpectedExceptionException
- All Implemented Interfaces:
- java.io.Serializable
public class UnexpectedExceptionException
- extends MelatiRuntimeException
Thrown if an internal assumption about Melati is violated.
- Author:
- WilliamC At paneris.org
- See Also:
MelatiBugMelatiException,
Serialized Form
|
Field Summary |
java.lang.String |
context
A descriptive String giving some context. |
| Fields inherited from class org.melati.poem.PoemException |
subException |
| Methods inherited from class org.melati.poem.PoemException |
getCoreMessage, initCause, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
context
public java.lang.String context
- A descriptive String giving some context.
UnexpectedExceptionException
public UnexpectedExceptionException(java.lang.String context,
java.lang.Exception exception)
- Constructor.
UnexpectedExceptionException
public UnexpectedExceptionException(java.lang.Exception exception)
- Constructor.
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class org.melati.poem.PoemException
- Returns:
- The detail message.
Copyright © 2000-2009 PanEris. All Rights Reserved.