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:
- 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 |
String |
context
A descriptive String giving some context. |
context
public String context
- A descriptive String giving some context.
UnexpectedExceptionException
public UnexpectedExceptionException(String context,
Exception exception)
- Constructor.
UnexpectedExceptionException
public UnexpectedExceptionException(Exception exception)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- Returns:
- The detail message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.