public class ExceptionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Throwable> |
findCause(Class<T> throwableType,
Throwable t) |
static String |
getAllMessages(Throwable t) |
static <T extends Throwable> |
throwCause(Class<T> throwableType,
Throwable t) |
static <T> T |
unexpected(Throwable t) |
public static String getAllMessages(Throwable t)
t - public static <T> T unexpected(Throwable t)
public static <T extends Throwable> void throwCause(Class<T> throwableType, Throwable t) throws T extends Throwable
T extends ThrowableCopyright © 2015 Molindo GmbH. All Rights Reserved.