@Documented @Inherited @Retention(value=RUNTIME) @Target(value=METHOD) @Advice public @interface Throwing
@Throwing
indicates that the annotated interceptor method is
"Throwing advice".
Throwing advice interceptor method is invoked if any exception has been
thrown by the targeting component method.
There are several conventions on throwing advice method declaration:
Dispatcher
throws IllegalArgumentException
Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.