@CompileStatic class ExceptionUtils extends Object
Utility methods for dealing with exception
| Modifiers | Name | Description |
|---|---|---|
static String |
EXCEPTION_ATTRIBUTE |
| Constructor and description |
|---|
ExceptionUtils() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static int |
extractLineNumber(CompilationFailedException e) |
|
static RuntimeException |
getFirstRuntimeException(Throwable e) |
|
static Throwable |
getRootCause(Throwable ex)Obtains the root cause of the given exception |