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
ConstructorsModifierConstructorDescriptionprotected
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
Instantiates a new conversion exception.- Parameters:
message
- the messageclazz
- the clazz
-
ConversionException
Instantiates a new conversion exception.- Parameters:
message
- the messagetypeDescription
- the type descriptionexception
- the exception
-
-
Method Details
-
getTypeDescription
Gets the type description.- Returns:
- the type description
-