Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Softened exceptions

You should be able to do the following:

declare soft : Exception && ! InterruptedException: <pointcut>;

-Ramnivas


On Tue, Jul 21, 2009 at 7:55 AM, Ashley Williams <ashpublic@xxxxxxx> wrote:
Hi,

When using the declare soft feature, is it possible to exclude certain exceptions?
I would like to soften all Exception types except for InterruptedException.

Cheers
- Ashley
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top