|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception edu.umd.cfar.lamp.apploader.prefs.PreferenceException
Thrown by a preference handler to indicate errors loading pref files, errors in pref file format, or incorrect preference access.
Constructor Summary | |
PreferenceException()
Default constructor, with null message. |
|
PreferenceException(java.lang.String message)
Throws a pref exception with the given detail message. |
|
PreferenceException(java.lang.String message,
java.lang.Throwable cause)
Encapsulates the throwable with a PreferenceException and some additional text. |
|
PreferenceException(java.lang.Throwable cause)
Encapsulates the throwable with a PreferenceException to avoid giving unnecessary information to callers. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PreferenceException(java.lang.Throwable cause)
cause
- The thrown thing that this exception wraps.public PreferenceException(java.lang.String message, java.lang.Throwable cause)
message
- New detail message to display instead of cause'scause
- The thrown thing that this exception wraps.public PreferenceException(java.lang.String message)
message
- New error detail message to displaypublic PreferenceException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |