|
|||||||||||
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 edu.umd.cfar.lamp.apploader.prefs.ArgumentException
Thrown when there is an error on the command line. The message should be one that can be printed to the end user to indicate that there was an error. I'd recommend you get the text from the lal:PreferenceTrigger node to get a localized message.
Constructor Summary | |
ArgumentException()
Default constructor, with null message. |
|
ArgumentException(java.lang.String message)
Throws a pref exception with the given detail message. |
|
ArgumentException(java.lang.String message,
java.lang.Throwable cause)
Encapsulates the throwable with a ArgumentException and some additional text. |
|
ArgumentException(java.lang.Throwable cause)
Encapsulates the throwable with a ArgumentException 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 ArgumentException(java.lang.Throwable cause)
cause
- The thrown thing that this exception wraps.public ArgumentException(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 ArgumentException(java.lang.String message)
message
- New error detail message to displaypublic ArgumentException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |