org.seasar.framework.aop.interceptors
クラス TraceThrowsInterceptor
java.lang.Object
org.seasar.framework.aop.interceptors.AbstractInterceptor
org.seasar.framework.aop.interceptors.ThrowsInterceptor
org.seasar.framework.aop.interceptors.TraceThrowsInterceptor
- すべての実装インタフェース:
- Advice, Interceptor, MethodInterceptor, Serializable
- public class TraceThrowsInterceptor
- extends ThrowsInterceptor
例外をトレースするためのThrowsInterceptor
です。
- 作成者:
- higa
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TraceThrowsInterceptor
public TraceThrowsInterceptor()
handleThrowable
public void handleThrowable(Throwable t,
MethodInvocation invocation)
throws Throwable
- 例外をトレースします。
- パラメータ:
t
- invocation
-
- 例外:
Throwable
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.