|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--net.sf.whatsnew.exceptions.AppException | +--net.sf.whatsnew.exceptions.InvalidOptionValue
Invalid option exception
Constructor Summary | |
InvalidOptionValue()
Creates a new InvalidOptionValue object. |
|
InvalidOptionValue(java.lang.String key)
Creates a new InvalidOptionValue object. |
|
InvalidOptionValue(java.lang.String value,
boolean useBundle)
Creates a new InvalidOptionValue object. |
Methods inherited from class net.sf.whatsnew.exceptions.AppException |
print |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InvalidOptionValue()
public InvalidOptionValue(java.lang.String key)
key
- the detail message.public InvalidOptionValue(java.lang.String value, boolean useBundle)
value
- The value for the key or the messageuseBundle
- true, value
will be used as message
identifier, false, value
will be message associated
with exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |