public final class InvalidValue extends UserException
| Constructor and Description |
|---|
InvalidValue()
Constructs an
InvalidValue object.
|
InvalidValue(String
Constructs an
InvalidValue object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidValue()
InvalidValue object.
public InvalidValue(Stringreason)
InvalidValue object.
reason - a
String giving more information regarding the exception.