ThrowableFilterpublic 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.
|
getArgumentspublic 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)
ThrowableFilterorigin - Original exception or other throwableCopyright © 2023. All rights reserved.