Is it possible to catch all exceptions using aspectj?
I would like to make sure an advice is executed every time an exception is thrown by a method that is annotated with a specific annotation. Is thi开发者_运维知识库s possible?
There are after-throwing advice. See here
精彩评论