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