almost.functional.utils
public final class Throwables extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.RuntimeException |
propagate(java.lang.Throwable throwable)
Propagate a Throwable as a RuntimeException.
|
public static java.lang.RuntimeException propagate(java.lang.Throwable throwable)
throwable
- the throwable to repropagate.