public class ConversionNotSupportedException extends TypeMismatchException
ERROR_CODE| 构造器和说明 |
|---|
ConversionNotSupportedException(Object value,
Class<?> requiredType,
Throwable cause)
Create a new ConversionNotSupportedException.
|
ConversionNotSupportedException(PropertyChangeEvent propertyChangeEvent,
Class<?> requiredType,
Throwable cause)
Create a new ConversionNotSupportedException.
|
getErrorCode, getPropertyName, getRequiredType, getValue, initPropertyNamegetPropertyChangeEventcontains, getMessage, getMostSpecificCause, getRootCausepublic ConversionNotSupportedException(PropertyChangeEvent propertyChangeEvent, @Nullable Class<?> requiredType, @Nullable 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(@Nullable
Object value,
@Nullable
Class<?> requiredType,
@Nullable
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)