CommonDelegatingErrorHandler: How to traverse exceptions in order to find a correct delegate #2283
-
Currently, everything in this handler uses this private method:
As you can see, if we have However, this wouldn't work in a lot of cases when we have our set of exceptions wrapped in something else, e.g. in How to solve this problem? I don't want to write a custom DelegatingErrorHandler because I'll need to copy almost all the code from the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I converted this to an issue; feel free to submit a PR. |
Beta Was this translation helpful? Give feedback.
I converted this to an issue; feel free to submit a PR.