public class MethodNotFoundException extends ELException
MethodExpression の評価中にメソッドが見つからなかった場合にスローされます。MethodExpression, 連載形式 | コンストラクターと説明 |
|---|
MethodNotFoundException() 詳細メッセージなしで MethodNotFoundException を作成します。 |
MethodNotFoundException(StringSE message) 提供された詳細メッセージで MethodNotFoundException を作成します。 |
MethodNotFoundException(StringSE pMessage, ThrowableSE pRootCause) 指定された詳細メッセージと根本原因で MethodNotFoundException を作成します。 |
MethodNotFoundException(ThrowableSE exception) 指定された根本原因で MethodNotFoundException を作成します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic MethodNotFoundException()
MethodNotFoundException を作成します。public MethodNotFoundException(StringSE message)
MethodNotFoundException を作成します。message - 詳細メッセージ public MethodNotFoundException(ThrowableSE exception)
MethodNotFoundException を作成します。exception - この例外の元の原因 public MethodNotFoundException(StringSE pMessage, ThrowableSE pRootCause)
MethodNotFoundException を作成します。pMessage - 詳細メッセージ pRootCause - この例外の元の原因 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.