org.codehaus.aspectwerkz.intercept
Interface AfterThrowingAdvice

All Superinterfaces:
Advice

public interface AfterThrowingAdvice
extends Advice

Author:
Jonas BonŽr

Method Summary
 void invoke(JoinPoint jp, Throwable exception)
           
 

Method Detail

invoke

void invoke(JoinPoint jp,
            Throwable exception)
            throws Throwable
Parameters:
jp -
Throws:
Throwable


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.