The "after throwing" pointcut, as the name implies, matches joinpoints
*after* a method is *throwing* an exception. Your example method
"caseName", as far as I understand your code, does *not* throw any
exceptions, because it catches them, calls the logger/handler and then
exits gracefully.
--
Alexander Kriegisch
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to