[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] join point for throw statements
|
- From: "Mohamed S. Mansour" <mansour@xxxxxxxxxxxxx>
- Date: Wed, 19 Feb 2003 17:03:10 -0500
- Delivered-to: aspectj-users@eclipse.org
- Organization: College of Computing, GA Tech
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003
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