Package | Description |
---|---|
org.tinylog.throwable |
Filters for transforming exceptions and other throwables.
|
Modifier and Type | Class and Description |
---|---|
class |
ThrowableStore
Immutable storage for throwable data.
|
class |
ThrowableWrapper
Wrapper for exceptions and other throwables.
|
Modifier and Type | Method and Description |
---|---|
ThrowableData |
AbstractStackTraceElementsFilter.filter(ThrowableData origin) |
ThrowableData |
DropCauseThrowableFilter.filter(ThrowableData origin) |
ThrowableData |
ThrowableFilter.filter(ThrowableData origin)
Filters or transforms an exception or other throwables.
|
ThrowableData |
UnpackThrowableFilter.filter(ThrowableData origin) |
ThrowableData |
ThrowableData.getCause()
Gets the cause of the throwable to output.
|
ThrowableData |
ThrowableStore.getCause() |
Modifier and Type | Method and Description |
---|---|
ThrowableData |
AbstractStackTraceElementsFilter.filter(ThrowableData origin) |
ThrowableData |
DropCauseThrowableFilter.filter(ThrowableData origin) |
ThrowableData |
ThrowableFilter.filter(ThrowableData origin)
Filters or transforms an exception or other throwables.
|
ThrowableData |
UnpackThrowableFilter.filter(ThrowableData origin) |
Constructor and Description |
---|
ThrowableStore(String className,
String message,
List<StackTraceElement> stackTrace,
ThrowableData cause) |
Copyright © 2020. All rights reserved.