|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.seasar.util.exception.SRuntimeException org.seasar.util.exception.MethodNotFoundRuntimeException
public class MethodNotFoundRuntimeException
Method
が見つからなかったときにスローされる例外です。
コンストラクタの概要 | |
---|---|
MethodNotFoundRuntimeException(Class<?> targetClass,
String methodName,
Class<?>[] methodArgClasses)
MethodNotFoundRuntimeException を作成します。 |
|
MethodNotFoundRuntimeException(Class<?> targetClass,
String methodName,
Object[] methodArgs)
MethodNotFoundRuntimeException を作成します。 |
メソッドの概要 | |
---|---|
Class<?>[] |
getMethodArgClasses()
メソッドの引数の Class の配列を返します。 |
String |
getMethodName()
メソッド名を返します。 |
Class<?> |
getTargetClass()
ターゲットの Class を返します。 |
クラス org.seasar.util.exception.SRuntimeException から継承されたメソッド |
---|
getArgs, getMessage, getMessageCode, getSimpleMessage |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public MethodNotFoundRuntimeException(Class<?> targetClass, String methodName, Object[] methodArgs)
MethodNotFoundRuntimeException
を作成します。
targetClass
- ターゲットクラスmethodName
- メソッド名methodArgs
- 引数の並びpublic MethodNotFoundRuntimeException(Class<?> targetClass, String methodName, Class<?>[] methodArgClasses)
MethodNotFoundRuntimeException
を作成します。
targetClass
- ターゲットクラスmethodName
- メソッド名methodArgClasses
- 引数型の並びメソッドの詳細 |
---|
public Class<?> getTargetClass()
Class
を返します。
Class
public String getMethodName()
public Class<?>[] getMethodArgClasses()
Class
の配列を返します。
Class
の配列
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |