Class Throwables
java.lang.Object
org.apache.logging.log4j.core.util.Throwables
Helps with Throwable objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThrowablegetRootCause(Throwable throwable) Returns the deepest cause of the giventhrowable.static voidRethrows aThrowable.private static <T extends Throwable>
voidtoStringList(Throwable throwable) Converts a Throwable stack trace into a List of Strings.
-
Constructor Details
-
Throwables
private Throwables()
-
-
Method Details
-
getRootCause
-
toStringList
-
rethrow
-
rethrow0
-