public 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 and Description |
|---|
UnpackThrowableFilter() |
UnpackThrowableFilter(String arguments) |
| Modifier and Type | Method and Description |
|---|---|
ThrowableData |
filter(ThrowableData origin)
Filters or transforms an exception or other throwables.
|
getArgumentspublic UnpackThrowableFilter()
public UnpackThrowableFilter(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 © 2020. All rights reserved.