Package ch.tocco.nice2.types.api
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.types.api.TypeException
ch.tocco.nice2.types.api.ValidationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionValidationException
(Type<?> type, Object value) ValidationException
(Type<?> type, Object value, String message) ValidationException
(Type<?> type, Object value, String message, Throwable cause) ValidationException
(Type<?> type, Object value, Throwable cause) -
Method Summary
Methods inherited from class ch.tocco.nice2.types.api.TypeException
getType, initType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-
ValidationException
-
ValidationException
-