public final class ThrowableExtensions extends Object
ThrowableExtensions| Constructor and Description |
|---|
ThrowableExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getStackTrace(@NonNull Throwable throwable)
Gets the stacktrace as a
String object. |
static String |
getStackTraceElements(@NonNull Throwable throwable)
Gets the stack trace elements from the given Throwable and returns a
String object
from it. |
public static String getStackTrace(@NonNull @NonNull Throwable throwable)
String object. IOException decorated in a RuntimeExceptionCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.