java.lang.Object
com.github.juliarn.npclib.api.event.manager.EventExceptionHandler
final class EventExceptionHandler
extends Object
-
Constructor Summary
Constructors
-
Method Summary
private static boolean
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EventExceptionHandler
private EventExceptionHandler()
-
Method Details
-
rethrowFatalException
public static void rethrowFatalException(@NotNull
@NotNull Throwable throwable)
-
isFatal
private static boolean isFatal(@NotNull
@NotNull Throwable throwable)
-
throwUnchecked
private static <T extends Throwable> void throwUnchecked(@NotNull
@NotNull Throwable throwable)
throws T
- Throws:
T