[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] pointcut does not match private static method
|
- From: Jimisola Laursen <lists@xxxxxxxxxxxx>
- Date: Fri, 3 Nov 2006 03:36:24 -0800 (PST)
- Delivered-to: aspectj-users@eclipse.org
>> This message means that your *advice* cannot throw a
>> StorageException, because the method signature does not declare that
>> a StorageException can be thrown as a result of executing the method.
>> You haven't posted your advice body, but it looks like the advice you
>> have associated with the pointcut expression must throw this exception.
You are absolutely right. Haven't worked enough with AspectJ appearently to
understand the error.
Thank you for quick response.
Jimisola
--
View this message in context: http://www.nabble.com/pointcut-does-not-match-private-static-method-tf2566990.html#a7155908
Sent from the AspectJ - users mailing list archive at Nabble.com.