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