Package org.oristool.lello.exception
Class ValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oristool.lello.exception.ValueException
- All Implemented Interfaces:
Serializable
Describes an exceptional event occurred as a result of attempting an
operation that was illegal for a certain data type.
- See Also:
-
Constructor Summary
ConstructorDescriptionValueException
(String message) ValueException
(String message, Throwable cause) ValueException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValueException
public ValueException() -
ValueException
-
ValueException
-
ValueException
-