ThrowableFilter
public final class DropCauseThrowableFilter extends AbstractThrowableFilter
Constructor | Description |
---|---|
DropCauseThrowableFilter() |
|
DropCauseThrowableFilter(java.lang.String arguments) |
Modifier and Type | Method | Description |
---|---|---|
ThrowableData |
filter(ThrowableData origin) |
Filters or transforms an exception or other throwables.
|
getArguments
public DropCauseThrowableFilter()
public DropCauseThrowableFilter(java.lang.String arguments)
arguments
- Configured class names of throwables to cut causes off, separated by a vertical bar "|"public ThrowableData filter(ThrowableData origin)
ThrowableFilter
origin
- Original exception or other throwableCopyright © 2022. All rights reserved.