Package | Description |
---|---|
org.tinylog.throwable |
Filters for transforming exceptions and other throwables.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ThrowableStore |
Immutable storage for throwable data.
|
class |
ThrowableWrapper |
Wrapper for exceptions and other throwables.
|
Modifier and Type | Method | 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 | 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 | Description |
---|---|
ThrowableStore(java.lang.String className,
java.lang.String message,
java.util.List<java.lang.StackTraceElement> stackTrace,
ThrowableData cause) |
Copyright © 2022. All rights reserved.