org.springframework.aop
Interface ThrowsAdvice


public interface ThrowsAdvice

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
Version: $Id: ThrowsAdvice.java,v 1.1 2003/12/11 09:18:48 johnsonr Exp $