public class RethrownException extends RuntimeException
| Constructor and Description |
|---|
RethrownException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static RethrownException |
rethrow(Throwable t) |
Class<?> |
type() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RethrownException(Throwable t)
public Class<?> type()
public static RethrownException rethrow(Throwable t)
Copyright © 2017 Inbot. All Rights Reserved.