クラス NotReadablePropertyException
- 実装されているすべてのインターフェース:
SerializableSE
getter メソッドがないため、読み取り不可能なプロパティの値を取得しようとすると例外がスローされます。
- 導入:
- 1.0.2
- 作成者:
- Juergen Hoeller
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明NotReadablePropertyException(ClassSE<?> beanClass, StringSE propertyName) 新しい NotReadablePropertyException を作成します。NotReadablePropertyException(ClassSE<?> beanClass, StringSE propertyName, StringSE msg) 新しい NotReadablePropertyException を作成します。NotReadablePropertyException(ClassSE<?> beanClass, StringSE propertyName, StringSE msg, ThrowableSE cause) 新しい NotReadablePropertyException を作成します。メソッドのサマリー
クラス InvalidPropertyException から継承されたメソッド
getBeanClass, getPropertyNameクラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
NotReadablePropertyException
NotReadablePropertyException
NotReadablePropertyException
public NotReadablePropertyException(ClassSE<?> beanClass, StringSE propertyName, StringSE msg, ThrowableSE cause) 新しい NotReadablePropertyException を作成します。- パラメーター:
beanClass- 問題のある Bean クラスpropertyName- 問題のあるプロパティmsg- 詳細メッセージcause- 根本原因- 導入:
- 4.0.9