Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Aspect and Exception Handle

Hi,

Would it be possible for you to provide a sample of the code that you
would like your aspect to advice, as well as the pointcut you are
using?  Also, what exactly do you mean by passing context to the
application?

Thanks,
Arjun

On 10/9/06, Washington Correia <washcpc@xxxxxxxxxxxx> wrote:
Hi, Folks !! I'd like to know how i can use aspect with exception handle
pass a context the application. I have a try..catch clause in my application
and i show a DialogBox when some exception trows but i can use this withion
aspect. I create an aspect using "handler(exception)" and "after throwing()"
and use the "target(Class c)" to have a access the paremeter of class but
the compile said that the aspect can not applyed buecause didn't match the
pointcut. Does someone have a example using aspect and exception handling
and change parameter eatch other.
Thanks !


Regards,

____________________________
Washington Costa P. Correia
CTA/ITA/IEC

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users





Back to the top