Class HytaleUncaughtExceptionHandler
java.lang.Object
com.hypixel.hytale.logger.backend.HytaleUncaughtExceptionHandler
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
public class HytaleUncaughtExceptionHandler
extends Object
implements Thread.UncaughtExceptionHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetup()voiduncaughtException(Thread t, Throwable e)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
HytaleUncaughtExceptionHandler
public HytaleUncaughtExceptionHandler()
-
-
Method Details
-
setup
public static void setup() -
uncaughtException
- Specified by:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler
-