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