Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] can anyone help me to take a look my exceptionhandler ?

thanks Alexander,
I'm waiting for any reply for long time :(
could you help me to make a simple demo of my example ?("caseName is a method name of one testcase")
I will have a try that drop the *catch* blockĀ  in my testcase

On Thu, Aug 30, 2012 at 5:34 PM, Alexander Kriegisch-2 [via AspectJ] <[hidden email]> wrote:
The "after throwing" pointcut, as the name implies, matches joinpoints
*after* a method is *throwing* an exception. Your example method
"caseName", as far as I understand your code, does *not* throw any
exceptions, because it catches them, calls the logger/handler and then
exits gracefully.
--
Alexander Kriegisch
_______________________________________________
aspectj-users mailing list
[hidden email]
https://dev.eclipse.org/mailman/listinfo/aspectj-users



If you reply to this email, your message will be added to the discussion below:
http://aspectj.2085585.n4.nabble.com/can-anyone-help-me-to-take-a-look-my-exceptionhandler-tp4650503p4650505.html
To unsubscribe from can anyone help me to take a look my exceptionhandler ?, click here.
NAML



View this message in context: Re: can anyone help me to take a look my exceptionhandler ?
Sent from the AspectJ - users mailing list archive at Nabble.com.

Back to the top