public final class Throwables
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.RuntimeException |
propagate(java.lang.Throwable throwable)
Propagates
throwable as-is if it is an instance of
RuntimeException or Error, or else as a last resort, wraps
it in a RuntimeException then propagates. |