Static Public Member Functions | |
static Exception | unwrap (Exception e) |
static Throwable | unwrapAny (Throwable e) |
Throwable.getCause()
method.
Definition at line 20 of file ExceptionUnwrapper.java.
|
Unwraps an Exception and returns the underlying Exception, or throws an Error if the underlying Throwable is an Error.
Definition at line 35 of file ExceptionUnwrapper.java. References unwrapAny(). |
|
Unwraps an Exception and returns the underlying Throwable.
Definition at line 54 of file ExceptionUnwrapper.java. Referenced by unwrap(). |