|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.uruma.exception.UrumaRuntimeException
org.seasar.uruma.exception.InitializeMethodException
public class InitializeMethodException
パートアクションクラスにおけるイニシャライズメソッド解析時にスローされる例外です。
| コンストラクタの概要 | |
|---|---|
InitializeMethodException(String messageCode,
Class<?> clazz,
Method method)
InitializeMethodException を構築します。 |
|
InitializeMethodException(Throwable cause,
Class<?> clazz,
Method method,
Object target)
InitializeMethodException を構築します。 |
|
| メソッドの概要 |
|---|
| クラス 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 InitializeMethodException(String messageCode,
Class<?> clazz,
Method method)
InitializeMethodException を構築します。
messageCode - メッセージコードclazz - 対象クラスmethod - 対象メソッド
public InitializeMethodException(Throwable cause,
Class<?> clazz,
Method method,
Object target)
InitializeMethodException を構築します。
cause - ネストされた例外オブジェクトclazz - 対象クラスmethod - 対象メソッドtarget - ターゲットオブジェクト
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||