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:
- Serializable
- Direct Known Subclasses:
- Contact.DescendantParentException, NonUniqueKeyValueAnticipatedException
public class AnticipatedException
- extends MelatiRuntimeException
An error which is expected, so should be rendered prettily.
- See Also:
- Serialized Form
AnticipatedException
public AnticipatedException(String message)
- Constructor.
AnticipatedException
public AnticipatedException(String message,
Exception subException)
- Initial cause.
AnticipatedException
public AnticipatedException(Exception subException)
- Initial cause.
getMessage
public String getMessage()
- The detail message.
The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- See Also:
PoemException.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.