org.melati.util
Class MelatiBugMelatiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.util.MelatiRuntimeException
org.melati.util.MelatiBugMelatiException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FormParameterException
public class MelatiBugMelatiException
- extends MelatiRuntimeException
Thrown if an internal assumption about Melati is violated.
- See Also:
- Serialized Form
|
Field Summary |
java.lang.String |
bug
A description of the bug. |
| 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 |
bug
public java.lang.String bug
- A description of the bug.
MelatiBugMelatiException
public MelatiBugMelatiException(java.lang.String bug,
java.lang.Exception e)
- Full constructor.
MelatiBugMelatiException
public MelatiBugMelatiException(java.lang.String bug)
- Constructor without sub-exception.
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class PoemException
- Returns:
- The detail message
Copyright © 2000-2008 PanEris. All Rights Reserved.