public abstract class NestedExceptionUtils
extends java.lang.Object
Mainly for use within the framework.
NestedProblemException| Constructor and Description |
|---|
NestedExceptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Throwable |
getRootCause(java.lang.Throwable original)
Retrieve the innermost cause of the given exception
Returns the original passed in exception if there is no root cause
so this alway returns something.
|
@Nullable
public static java.lang.Throwable getRootCause(@Nullable
java.lang.Throwable original)