クラス ConversionNotSupportedException
- 実装されているすべてのインターフェース:
SerializableSE
Bean プロパティに適したエディターまたはコンバーターが見つからない場合にスローされる例外。
- 導入:
- 3.0
- 作成者:
- Arjen Poutsma, Juergen Hoeller
- 関連事項:
フィールドのサマリー
クラス TypeMismatchException から継承されたフィールド
ERROR_CODEコンストラクターの概要
コンストラクターコンストラクター説明ConversionNotSupportedException(PropertyChangeEventSE propertyChangeEvent, @Nullable ClassSE<?> requiredType, @Nullable ThrowableSE cause) 新しい ConversionNotSupportedException を作成します。ConversionNotSupportedException(@Nullable ObjectSE value, @Nullable ClassSE<?> requiredType, @Nullable ThrowableSE cause) 新しい ConversionNotSupportedException を作成します。メソッドのサマリー
クラス TypeMismatchException から継承されたメソッド
getErrorCode, getPropertyName, getRequiredType, getValue, initPropertyNameクラス PropertyAccessException から継承されたメソッド
getPropertyChangeEventクラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
ConversionNotSupportedException
public ConversionNotSupportedException(PropertyChangeEventSE propertyChangeEvent, @Nullable ClassSE<?> requiredType, @Nullable ThrowableSE cause) 新しい ConversionNotSupportedException を作成します。- パラメーター:
propertyChangeEvent- 問題の原因となった PropertyChangeEventrequiredType- 必要なターゲット型 (または、不明の場合はnull)cause- 根本原因 (nullの場合があります)
ConversionNotSupportedException