public class Throwables extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Throwable> |
firstCause(Throwable e,
Class<T> errorType) |
static boolean |
hasCause(Throwable e,
Class<? extends Throwable> errorType) |
static String |
stackTraceToString(Throwable e) |
Copyright © 2013–2019 mklinger GmbH. All rights reserved.