Package org.dalesbred.internal.utils
Class Throwables
- java.lang.Object
-
- org.dalesbred.internal.utils.Throwables
-
public final class Throwables extends java.lang.Object
Utilities for handling exceptions and other throwables.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull java.lang.RuntimeException
propagate(@NotNull java.lang.Throwable e)
static <T extends java.lang.Exception>
Tpropagate(@NotNull java.lang.Throwable e, @NotNull java.lang.Class<T> allowed)
-