| Interface | Description |
|---|---|
| ThrowableData |
Interface for all relevant throwable data.
|
| ThrowableFilter |
Throwable filters transform exceptions and other throwables for improving and customizing the output.
|
| Class | Description |
|---|---|
| AbstractStackTraceElementsFilter |
Abstract throwable filter for filtering stack trace elements by configurable packages and classes.
|
| AbstractThrowableFilter |
Abstract throwable filter that just loops trough all data of the passed origin throwable data.
|
| DropCauseThrowableFilter |
Filter for dropping the causes of configured throwables.
|
| KeepThrowableFilter |
Filter for removing all stack trace elements from stack trace except the defined packages and classes.
|
| StripThrowableFilter |
Filter for removing defined packages and classes from stack trace.
|
| ThrowableStore |
Immutable storage for throwable data.
|
| ThrowableWrapper |
Wrapper for exceptions and other throwables.
|
| UnpackThrowableFilter |
Filter for unpacking configured throwables.
|
Copyright © 2021. All rights reserved.