public final class ExceptionHelper extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getMessageFromExceptionOrCause(Throwable t) |
static String |
getMessageOrName(Throwable t) |
static Throwable |
getRootCause(Throwable t)
A wrapper to Commons Lang
ExceptionUtils.getRootCause(Throwable) which ensures that the root is either
an inner cause to the exception or the exception itself (rather than null ). |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.