views:

112

answers:

0

I'm familiar with the AspectJ syntax for intercepting Exceptions using the "handler" designator, but I'm trying to get the same item working with JBossAOP.

Would anyone know how to catch all exception throws so I can log them using JBossAOP?

Thanks!