public class PropertyNotFoundException extends ELException
ValueExpression または MethodExpression の評価中にプロパティが見つからなかった場合にスローされます。例: これは、配列値の設定中にインデックスが範囲外になるか、JavaBeans プロパティの値を取得するときに読み取り不可能なプロパティによってトリガーされる可能性があります。
| コンストラクターと説明 |
|---|
PropertyNotFoundException() 詳細メッセージなしで PropertyNotFoundException を作成します。 |
PropertyNotFoundException(StringSE message) 提供された詳細メッセージで PropertyNotFoundException を作成します。 |
PropertyNotFoundException(StringSE pMessage, ThrowableSE pRootCause) 指定された詳細メッセージと根本原因で PropertyNotFoundException を作成します。 |
PropertyNotFoundException(ThrowableSE exception) 指定された根本原因で PropertyNotFoundException を作成します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic PropertyNotFoundException()
PropertyNotFoundException を作成します。public PropertyNotFoundException(StringSE message)
PropertyNotFoundException を作成します。message - 詳細メッセージ public PropertyNotFoundException(ThrowableSE exception)
PropertyNotFoundException を作成します。exception - この例外の元の原因 public PropertyNotFoundException(StringSE pMessage, ThrowableSE pRootCause)
PropertyNotFoundException を作成します。pMessage - 詳細メッセージ pRootCause - この例外の元の原因 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.