org.springframework.aop
Interface ThrowsAdvice

All Superinterfaces:
Advice

public interface ThrowsAdvice
extends Advice

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.

Author:
Rod Johnson



Copyright (c) 2002-2007 The Spring Framework Project.