org.melati.poem
Class AppBugPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
org.melati.poem.AppBugPoemException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DoubleCreatePoemException, InvalidOperationOnFloatingPersistentPoemException, NoAccessTokenPoemException, ReconnectionPoemException, Setting.SettingTypeMismatchException, TypeMismatchPoemException
public class AppBugPoemException
- extends SeriousPoemException
Thrown when the error is likely to be caused by an error in
the application programmers code, such as mistypeing a class name or
mis-configuring a property.
- See Also:
- Serialized Form
AppBugPoemException
public AppBugPoemException(String message,
Exception subException)
- Constructor.
AppBugPoemException
public AppBugPoemException(String message)
- Constructor.
AppBugPoemException
public AppBugPoemException(Exception subException)
- Constructor.
AppBugPoemException
public AppBugPoemException()
- Constructor.
Copyright © 2000-2010 PanEris. All Rights Reserved.