Skip to main content

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

No. There are several ways to detect that a throw has occurred or might be
about to occur, but none to detect an actual throw.

Why do you need this?

Cheers,
Nick
--- "Mohamed S. Mansour" <mansour@xxxxxxxxxxxxx> wrote:
> 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
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


Back to the top