Package ch.tocco.nice2.types.api
Class TypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.types.api.TypeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StringConversionException
,TypeConversionException
,ValidationException
- See Also:
-
Constructor Summary
ConstructorDescriptionTypeException
(Type<?> type) TypeException
(Type<?> type, String message) TypeException
(Type<?> type, String message, @Nullable Throwable cause) TypeException
(Type<?> type, 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
-
TypeException
-
TypeException
-
TypeException
-
TypeException
-
-
Method Details
-
initType
-
getType
-