类 AspectJAfterThrowingAdvice

java.lang.Object
infra.aop.aspectj.AbstractAspectJAdvice
infra.aop.aspectj.AspectJAfterThrowingAdvice
所有已实现的接口:
AfterAdvice, AspectJPrecedenceInformation, infra.core.Ordered, Serializable, Advice, Interceptor, MethodInterceptor

public class AspectJAfterThrowingAdvice extends AbstractAspectJAdvice implements MethodInterceptor, AfterAdvice, Serializable
Framework AOP advice wrapping an AspectJ after-throwing advice method.
从以下版本开始:
4.0
作者:
Rod Johnson
另请参阅: