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:
- 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 |
String |
bug
A description of the bug. |
bug
public String bug
- A description of the bug.
MelatiBugMelatiException
public MelatiBugMelatiException(String bug,
Exception e)
- Full constructor.
MelatiBugMelatiException
public MelatiBugMelatiException(String bug)
- Constructor without sub-exception.
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.