|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.aop.interceptors.AbstractInterceptor
org.seasar.framework.aop.interceptors.ThrowsInterceptor
org.seasar.framework.aop.interceptors.TraceThrowsInterceptor
例外をトレースするためのThrowsInterceptor
です。
フィールドの概要 |
クラス org.seasar.framework.aop.interceptors.ThrowsInterceptor から継承したフィールド |
METHOD_NAME |
コンストラクタの概要 | |
TraceThrowsInterceptor()
|
メソッドの概要 | |
void |
handleThrowable(java.lang.Throwable t,
MethodInvocation invocation)
例外をトレースします。 |
クラス org.seasar.framework.aop.interceptors.ThrowsInterceptor から継承したメソッド |
invoke |
クラス org.seasar.framework.aop.interceptors.AbstractInterceptor から継承したメソッド |
createProxy, getComponentDef, getTargetClass |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public TraceThrowsInterceptor()
メソッドの詳細 |
public void handleThrowable(java.lang.Throwable t, MethodInvocation invocation) throws java.lang.Throwable
t
- invocation
-
java.lang.Throwable
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |