java.lang.Object
java.lang.Throwable
java.lang.Exception
org.csveed.bean.conversion.ConversionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BeanPropertyConversionException
,NoConverterFoundException
The Class ConversionException.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
ConversionException
(String message, Class clazz) Instantiates a new conversion exception.protected
ConversionException
(String message, String typeDescription, Throwable exception) Instantiates a new conversion exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionException
-
ConversionException
-
-
Method Details
-
getTypeDescription
-