AfterThrowingAdvice
DynamicAfterThrowingAdvice
executes a callback at the weave-in point.
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
|