org.as2lib.core.BasicClass +--org.as2lib.aop.advice.AbstractAdvice +--org.as2lib.aop.advice.AbstractAfterThrowingAdvice +--org.as2lib.aop.advice.DynamicAfterThrowingAdvice
AfterThrowingAdvice
DynamicAfterThrowingAdvice
executes a callback at the weave-in point.
new DynamicAfterThrowingAdvice()
captures(), getAspect(), getPointcut(), getProxy()
public function execute(joinPoint:JoinPoint, throwable):Void
Executes the callback passing the passed joinPoint
and throwable
.
joinPoint | the join point this advice was woven into |
throwable | the throwable thrown by the given joinPoint
|