Re: [External] Re: Wrapped exceptions

2024-04-05 Thread Robert Egan
Agree. There is no need to complicate an application just to compensate for someone else's poor design. I am more than happy to use a script filter in this case, I just wanted to be sure there wasn't already something there. Robert Egan -- *VSolvit LLC*, *CMMI (Level 3), ISO 9001, I

Re: [External] Re: Wrapped exceptions

2024-04-04 Thread Robert Egan
I suspect the reason it never came up is because wrapping all your exceptions in a general exception is considered a poor design. But sometimes you have to play the hand you're dealt. I think I'll probably go with a Script filter, as suggested by another respondent. Robert Egan -- *V

Wrapped exceptions

2024-04-04 Thread Robert Egan
exception. I would like to ACCEPT only on the wrapped exceptions I can address and DENY the ones I cannot address. Can this be done simply through the log4j2 configuration files, or will I need to create a custom filter? Robert Egan