public final class UncheckedException extends RuntimeException
| Constructor and Description |
|---|
UncheckedException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeException |
throwAsUncheckedException(Throwable t)
Note: always throws the failure in some form.
|
static RuntimeException |
unwrapAndRethrow(InvocationTargetException e)
Uwraps passed InvocationTargetException hence making the stack of exceptions cleaner without losing information.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedException(Throwable cause)
public static RuntimeException throwAsUncheckedException(Throwable t)
public static RuntimeException unwrapAndRethrow(InvocationTargetException e)
e - to be unwrappedCopyright © 2013. All rights reserved