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 SummaryConstructorsConstructorDescriptionValidationException(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 SummaryMethods inherited from class ch.tocco.nice2.types.api.TypeExceptiongetType, initTypeMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ValidationException
- 
ValidationException
- 
ValidationException
- 
ValidationException
 
-