public class NotReadablePropertyException extends InvalidPropertyException
| コンストラクターと説明 |
|---|
NotReadablePropertyException(ClassSE<?> beanClass, StringSE propertyName) 新しい NotReadablePropertyException を作成します。 |
NotReadablePropertyException(ClassSE<?> beanClass, StringSE propertyName, StringSE msg) 新しい NotReadablePropertyException を作成します。 |
NotReadablePropertyException(ClassSE<?> beanClass, StringSE propertyName, StringSE msg, ThrowableSE cause) 新しい NotReadablePropertyException を作成します。 |
getBeanClass, getPropertyNameequals, hashCodecontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic NotReadablePropertyException(ClassSE<?> beanClass, StringSE propertyName)
beanClass - 問題のある Bean クラス propertyName - 問題のあるプロパティ public NotReadablePropertyException(ClassSE<?> beanClass, StringSE propertyName, StringSE msg)
beanClass - 問題のある Bean クラス propertyName - 問題のあるプロパティ msg - 詳細メッセージ public NotReadablePropertyException(ClassSE<?> beanClass, StringSE propertyName, StringSE msg, ThrowableSE cause)
beanClass - 問題のある Bean クラス propertyName - 問題のあるプロパティ msg - 詳細メッセージ cause - 根本原因