public abstract class ExceptionUtils
extends java.lang.Object
Constructor and Description |
---|
ExceptionUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Throwable |
extractRootCause(java.lang.Throwable ex)
Obtains the root cause of an exception, if available.
|
public static final java.lang.Throwable extractRootCause(java.lang.Throwable ex)
ex
- to extract the root cause from (required)