|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
bexee.model.InvalidValueException
This Exception is used to signalize that a Value is invalid.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
InvalidValueException()
Create a new InvalidValueException instance. |
|
InvalidValueException(java.lang.String message)
Create a new InvalidValueException instance. |
|
InvalidValueException(java.lang.String message,
java.lang.Throwable cause)
Create a new InvalidValueException instance. |
|
InvalidValueException(java.lang.Throwable cause)
Create a new InvalidValueException instance. |
|
| 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 InvalidValueException()
InvalidValueException instance.
public InvalidValueException(java.lang.String message)
InvalidValueException instance.
message - the Exception messagepublic InvalidValueException(java.lang.Throwable cause)
InvalidValueException instance.
cause - the cause of this Exception
public InvalidValueException(java.lang.String message,
java.lang.Throwable cause)
InvalidValueException instance.
message - the Exception messagecause - the cause of this Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||