public class ConversionNotSupportedException extends TypeMismatchException
ERROR_CODE| コンストラクターと説明 |
|---|
ConversionNotSupportedException(java.lang.Object value, java.lang.Class<?> requiredType, java.lang.Throwable cause) 新しい ConversionNotSupportedException を作成します。 |
ConversionNotSupportedException(java.beans.PropertyChangeEvent propertyChangeEvent, java.lang.Class<?> requiredType, java.lang.Throwable cause) 新しい ConversionNotSupportedException を作成します。 |
getErrorCode, getPropertyName, getRequiredType, getValue, initPropertyNamegetPropertyChangeEventcontains, getMessage, getMostSpecificCause, getRootCausepublic ConversionNotSupportedException(java.beans.PropertyChangeEvent propertyChangeEvent,
@Nullable
java.lang.Class<?> requiredType,
@Nullable
java.lang.Throwable cause)propertyChangeEvent - 問題の原因となった PropertyChangeEventrequiredType - 必要なターゲット型 (または、不明の場合は null )cause - 根本原因 (null の場合があります)public ConversionNotSupportedException(@Nullable java.lang.Object value, @Nullable java.lang.Class<?> requiredType, @Nullable java.lang.Throwable cause)
value - 変換できなかった問題のある値 (null の場合があります)requiredType - 必要なターゲット型 (または、不明の場合は null )cause - 根本原因 (null の場合があります)