public abstract class ThrowsInterceptor extends AbstractInterceptor
MethodInterceptorです。| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
METHOD_NAME
ThrowsInterceptorの実装クラスが実装しなければいけないメソッド名です。 |
| コンストラクタと説明 |
|---|
ThrowsInterceptor()
ThrowsInterceptorを作成します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
invoke(MethodInvocation invocation) |
createProxy, getComponentDef, getTargetClasspublic static final String METHOD_NAME
ThrowsInterceptorの実装クラスが実装しなければいけないメソッド名です。public ThrowsInterceptor()
ThrowsInterceptorを作成します。public Object invoke(MethodInvocation invocation) throws Throwable
Throwableorg.aopalliance.intercept.MethodInterceptor#invoke(org.aopalliance.intercept.MethodInvocation)Copyright © 2015 The DBFlute Project. All rights reserved.