public class ExceptionUtils extends Object
| Constructor and Description |
|---|
ExceptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatMessageCause(Throwable t) |
static Throwable |
getRootCause(Throwable t) |
static Throwable |
getRootCause(Throwable t,
boolean causeNeedsMessage) |
static String |
getRootCauseMessage(Throwable t) |
static String |
getRootCauseOrMessage(Throwable t) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.