Package com.soklet.converter
Class ValueConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soklet.converter.ValueConversionException
- All Implemented Interfaces:
Serializable
- Since:
- 1.0.0
- Author:
- Mark Allen
- See Also:
-
Constructor Summary
ConstructorDescriptionValueConversionException
(String message, Type fromType, Type toType) ValueConversionException
(String message, Throwable cause, Type fromType, Type toType) ValueConversionException
(Throwable cause, Type fromType, Type toType) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValueConversionException
-
ValueConversionException
-
ValueConversionException
-
-
Method Details
-
getFromType
-
getToType
-