public class ExceptionHandler
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExceptionHandler.UncheckedException |
| Constructor and Description |
|---|
ExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Throwable |
getRootCause(java.lang.Throwable e) |
static java.lang.String |
getStackTrace(java.lang.Throwable e) |
static java.lang.RuntimeException |
uncheckException(java.lang.Throwable e) |