Package ch.tocco.nice2.types.api
Class TypeConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.types.api.TypeException
ch.tocco.nice2.types.api.TypeConversionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionTypeConversionException
(Type<?> type, Type<?> targetType, Object value, String message) TypeConversionException
(Type<?> type, Type<?> targetType, Object value, String message, Throwable cause) TypeConversionException
(Object value, String message) TypeConversionException
(Object value, String message, 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
-
TypeConversionException
-
TypeConversionException
-
TypeConversionException
-
TypeConversionException
-
-
Method Details
-
initTargetType
-
getTargetType
-