AspectJ supports handling an exception via a catch block.

Handler Pointcut Designator synopsis is:

handler(TypePattern)

So the following pointcut permits do something every time an exception is 
caught:

pointcut handlingAnException(): handler(*);

Is JBoss AOP supporting exception handling in catch block?

Best regards, jtonic 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109382#4109382

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109382
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to