Is there any way to have access to the target and arguments of the method which 
contains an exception handler? (given that the joinpoint is on the handler)

In other words, I want to be able to write something like this:

before(Exception ex, User u1, int id):((withincode (* User.deleteAccount(int))) 
&& target(u1) && args(id)) && ((handler(Exception) && args(ex)))) {
        }

thanks in advance




      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to