|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Tag interface for throws advice.
There aren't any methods on this interface, as methods are invoked by reflection.
Implementing classes should implement methods of the form:
afterThrowing([Method], [args], [target], Throwable subclass)
The first three arguments are optional, and only useful if
we want further information about the joinpoint, as in AspectJ
after throwing advice.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |