public class Exceptions
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
Exceptions() |
Modifier and Type | Method and Description |
---|---|
static java.lang.RuntimeException |
duck(java.lang.Throwable t) |
private static <E extends java.lang.Throwable> |
throwsUnchecked(java.lang.Throwable throwable) |
static java.lang.String |
toString(java.lang.Throwable t) |
public static java.lang.RuntimeException duck(java.lang.Throwable t)
private static <E extends java.lang.Throwable> void throwsUnchecked(java.lang.Throwable throwable) throws E extends java.lang.Throwable
E extends java.lang.Throwable
public static java.lang.String toString(java.lang.Throwable t)