Package net.minecraft.util.logging
Class UncaughtExceptionHandler
java.lang.Object
net.minecraft.util.logging.UncaughtExceptionHandler
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
public class UncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UncaughtExceptionHandler(Logger logger)
-
Method Summary
Modifier and Type Method Description void
uncaughtException(Thread thread, Throwable throwable)
-
Field Details
-
logger
-
-
Constructor Details
-
UncaughtExceptionHandler
-
-
Method Details
-
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-