ThrowableFilterpublic final class UnpackThrowableFilter extends AbstractThrowableFilter
The cause throwable instead of the original passed throwable will be used for all configured throwable class names, if there is a cause throwable.
| Constructor | Description |
|---|---|
UnpackThrowableFilter() |
|
UnpackThrowableFilter(java.lang.String arguments) |
| Modifier and Type | Method | Description |
|---|---|---|
ThrowableData |
filter(ThrowableData origin) |
Filters or transforms an exception or other throwables.
|
getArgumentspublic UnpackThrowableFilter()
public UnpackThrowableFilter(java.lang.String arguments)
arguments - Configured class names of throwables to unpack, separated by a vertical bar "|"public ThrowableData filter(ThrowableData origin)
ThrowableFilterorigin - Original exception or other throwableCopyright © 2022. All rights reserved.