org.seasar.uruma.exception
クラス InitializeMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.uruma.exception.UrumaRuntimeException
org.seasar.uruma.exception.InitializeMethodException
- すべての実装されたインタフェース:
- Serializable
public class InitializeMethodException
- extends UrumaRuntimeException
パートアクションクラスにおけるイニシャライズメソッド解析時にスローされる例外です。
- 作成者:
- y-komori
- 関連項目:
- 直列化された形式
InitializeMethodException
public InitializeMethodException(String messageCode,
Class<?> clazz,
Method method)
InitializeMethodException
を構築します。
- パラメータ:
messageCode
- メッセージコードclazz
- 対象クラスmethod
- 対象メソッド
InitializeMethodException
public InitializeMethodException(Throwable cause,
Class<?> clazz,
Method method,
Object target)
InitializeMethodException
を構築します。
- パラメータ:
cause
- ネストされた例外オブジェクトclazz
- 対象クラスmethod
- 対象メソッドtarget
- ターゲットオブジェクト
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.