AbstractStackTraceElementsFilter, AbstractThrowableFilter, DropCauseThrowableFilter, KeepThrowableFilter, StripThrowableFilter, UnpackThrowableFilterpublic 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 © 2023. All rights reserved.