Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] join point for throw statements

Is there a way in AspectJ to sepcify a join point for throw statements.

Note that my code may look like:

Exception e = new IOException();
throw e;



Thanks and best regards,
Mohamed Mansour
mansour@xxxxxxxxxxxxx



Back to the top