spring-framework / org.springframework.beans / ConversionNotSupportedException / <init>

<init>

ConversionNotSupportedException(propertyChangeEvent: PropertyChangeEvent, @Nullable requiredType: Class<*>, @Nullable cause: Throwable)

Create a new ConversionNotSupportedException.

Parameters

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.

Parameters

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)