ConversionNotSupportedException(propertyChangeEvent: PropertyChangeEvent, @Nullable requiredType: Class<*>, @Nullable cause: Throwable)
Create a new ConversionNotSupportedException.
propertyChangeEvent - the PropertyChangeEvent that resulted in the problem
requiredType - the required target type (or null if not known)
cause - the root cause (may be null)
ConversionNotSupportedException(@Nullable value: Any, @Nullable requiredType: Class<*>, @Nullable cause: Throwable)
Create a new ConversionNotSupportedException.
value - the offending value that couldn't be converted (may be null)
requiredType - the required target type (or null if not known)