org.seasar.framework.aop.interceptors
クラス ThrowsInterceptor

java.lang.Object
  拡張org.seasar.framework.aop.interceptors.AbstractInterceptor
      拡張org.seasar.framework.aop.interceptors.ThrowsInterceptor
すべての実装インタフェース:
Advice, Interceptor, MethodInterceptor, Serializable
直系の既知のサブクラス:
TraceThrowsInterceptor

public abstract class ThrowsInterceptor
extends AbstractInterceptor

例外処理用のMethodInterceptorです。

作成者:
higa
関連項目:
直列化された形式

フィールドの概要
static String METHOD_NAME
          ThrowsInterceptorの実装クラスが実装しなければいけないメソッド名です。
 
コンストラクタの概要
ThrowsInterceptor()
          ThrowsInterceptorを作成します。
 
メソッドの概要
 Object invoke(MethodInvocation invocation)
           
 
クラス org.seasar.framework.aop.interceptors.AbstractInterceptor から継承したメソッド
createProxy, getComponentDef, getTargetClass
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

METHOD_NAME

public static final String METHOD_NAME
ThrowsInterceptorの実装クラスが実装しなければいけないメソッド名です。

関連項目:
定数フィールド値
コンストラクタの詳細

ThrowsInterceptor

public ThrowsInterceptor()
ThrowsInterceptorを作成します。

メソッドの詳細

invoke

public Object invoke(MethodInvocation invocation)
              throws Throwable
例外:
Throwable
関連項目:
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.