Class ExceptionHandler
java.lang.Object
org.cloudburstmc.server.utils.bugreport.ExceptionHandler
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
Project nukkit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidvoiduncaughtException(Thread thread, Throwable throwable)
-
Constructor Details
-
ExceptionHandler
public ExceptionHandler()
-
-
Method Details
-
registerExceptionHandler
public static void registerExceptionHandler() -
uncaughtException
- Specified by:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler
-
handle
-