Package org.bndly.common.converter.api
Class ConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bndly.common.converter.api.ConversionException
-
- All Implemented Interfaces:
Serializable
public class ConversionException extends Exception
- Author:
- cybercon <bndly@cybercon.de>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConversionException(Class<?> targetType, Object sourceValue, String message)ConversionException(Class<?> targetType, Object sourceValue, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetSourceValue()Class<?>getTargetType()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-