|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.util.exception.SRuntimeException
org.seasar.util.exception.ConstructorNotFoundRuntimeException
public class ConstructorNotFoundRuntimeException
Constructorが見つからなかったときにスローされる例外Vです。
| コンストラクタの概要 | |
|---|---|
ConstructorNotFoundRuntimeException(Class<?> targetClass,
Class<?>[] paramTypes)
ConstructorNotFoundRuntimeExceptionを作成します。 |
|
ConstructorNotFoundRuntimeException(Class<?> targetClass,
Object[] methodArgs)
ConstructorNotFoundRuntimeExceptionを作成します。 |
|
| メソッドの概要 | |
|---|---|
Object[] |
getMethodArgs()
引数の並びを返します。 |
Class<?>[] |
getParamTypes()
引数型の並びを返します。 |
Class<?> |
getTargetClass()
ターゲットクラスを返します。 |
| クラス 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 ConstructorNotFoundRuntimeException(Class<?> targetClass,
Object[] methodArgs)
ConstructorNotFoundRuntimeExceptionを作成します。
targetClass - ターゲットクラスmethodArgs - 引数の並び
public ConstructorNotFoundRuntimeException(Class<?> targetClass,
Class<?>[] paramTypes)
ConstructorNotFoundRuntimeExceptionを作成します。
targetClass - ターゲットクラスparamTypes - 引数型の並び| メソッドの詳細 |
|---|
public Class<?> getTargetClass()
public Object[] getMethodArgs()
public Class<?>[] getParamTypes()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||