public class ConversionNotSupportedException extends TypeMismatchException
ERROR_CODE| Constructor and Description | 
|---|
| ConversionNotSupportedException(Object value,
                               Class<?> requiredType,
                               Throwable cause)Create a new ConversionNotSupportedException. | 
| ConversionNotSupportedException(PropertyChangeEvent propertyChangeEvent,
                               Class<?> requiredType,
                               Throwable cause)Create a new ConversionNotSupportedException. | 
getErrorCode, getRequiredType, getValuegetPropertyChangeEvent, getPropertyNameequals, hashCodecontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConversionNotSupportedException(PropertyChangeEvent propertyChangeEvent, Class<?> requiredType, Throwable cause)
propertyChangeEvent - the PropertyChangeEvent that resulted in the problemrequiredType - the required target type (or null if not known)cause - the root cause (may be null)public ConversionNotSupportedException(Object value, Class<?> requiredType, Throwable cause)
value - the offending value that couldn't be converted (may be null)requiredType - the required target type (or null if not known)cause - the root cause (may be null)