お世話になっております。TuMikiです。
http://s2container.seasar.org/2.4/ja/aop.html#ThrowsInterceptor
のサンプルコードについて
public class MyThrowableInterceptor extends ThrowsInterceptor {
public void handleThrowable(NullPointerException e, MethodInvocation invoc
ation)
throws Throwable {
System.out.println("ぬるぽ");
throws e;
}
}
の2番目のthorwsはthrowではないでしょうか?
以上