|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.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を返します。
Classpublic String getMethodName()
public Class<?>[] getMethodArgClasses()
Classの配列を返します。
Classの配列
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||