AbstractStackTraceElementsFilter
, AbstractThrowableFilter
, DropCauseThrowableFilter
, KeepThrowableFilter
, StripThrowableFilter
, UnpackThrowableFilter
public interface ThrowableFilter
Modifier and Type | Method | Description |
---|---|---|
ThrowableData |
filter(ThrowableData origin) |
Filters or transforms an exception or other throwables.
|
ThrowableData filter(ThrowableData origin)
origin
- Original exception or other throwableCopyright © 2022. All rights reserved.