Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Join points for catch blocks

There is a join point for execution of catch blocks.  You can pick out such
join points with the handler(<TypePattern>) pointcut.

There is no join point for execution of finally blocks.

See the following for a very helpful quick summary of pointcuts:

http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/aspectj-home/doc/pro
gguide/apa.html

> -----Original Message-----
> From: aspectj-users-admin@xxxxxxxxxxx 
> [mailto:aspectj-users-admin@xxxxxxxxxxx] On Behalf Of Mohamed 
> S. Mansour
> Sent: Tuesday, February 18, 2003 10:48 AM
> To: aspectj-users@xxxxxxxxxxx
> Subject: [aspectj-users] Join points for catch blocks
> 
> 
> Is there a way in AspectJ to sepcify a join point for catch() 
> and final() blocks?
> 
> 
> Thanks and best regards,
> Mohamed Mansour
> mansour@xxxxxxxxxxxxx
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users
> 



Back to the top