org.melati.admin
Class AnticipatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.util.MelatiRuntimeException
org.melati.admin.AnticipatedException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- NonUniqueKeyValueAnticipatedException
public class AnticipatedException
- extends MelatiRuntimeException
An error which is expected, so should be rendered prettily.
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getMessage()
The detail message. |
| 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 |
AnticipatedException
public AnticipatedException(java.lang.String message)
- Constructor.
AnticipatedException
public AnticipatedException(java.lang.String message,
java.lang.Exception subException)
- Initial cause.
AnticipatedException
public AnticipatedException(java.lang.Exception subException)
- Initial cause.
getMessage
public java.lang.String getMessage()
- The detail message.
- Overrides:
getMessage in class PoemException
- See Also:
PoemException.getMessage()
Copyright © 2000-2008 PanEris. All Rights Reserved.