Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] pointcut that does not include exception thrown case

Hi,

Is it possible to define a pointcut in such a way that aspect code is executed only when a method returns  normally i.e. not when an exception is thrown? (I would like my aspect no to be executed when a method throws an exception.)

Thanks,

Maciek

Back to the top