public final class ExceptionUtil extends Object
| Constructor and Description |
|---|
ExceptionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
log(Class<?> clazz,
String message,
Throwable exception) |
static void |
log(Class<?> clazz,
Throwable exception) |
static <T> T |
throwCauseException(Throwable e) |
static <T> T |
throwUncheckedException(Throwable exception) |
static String |
toString(Throwable e) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.