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
- Mappings:
Namespace Name official pintermediary net/minecraft/class_143named net/minecraft/util/logging/UncaughtExceptionHandler
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UncaughtExceptionHandler(Logger logger) -
Method Summary
Modifier and Type Method Description voiduncaughtException(Thread thread, Throwable throwable)
-
Field Details
-
logger
- Mappings:
Namespace Name Mixin selector official aLp;a:Lorg/apache/logging/log4j/Logger;intermediary field_1115Lnet/minecraft/class_143;field_1115:Lorg/apache/logging/log4j/Logger;named loggerLnet/minecraft/util/logging/UncaughtExceptionHandler;logger:Lorg/apache/logging/log4j/Logger;
-
-
Constructor Details
-
UncaughtExceptionHandler
- Mappings:
Namespace Name Mixin selector official <init>Lp;<init>(Lorg/apache/logging/log4j/Logger;)Vintermediary <init>Lnet/minecraft/class_143;<init>(Lorg/apache/logging/log4j/Logger;)Vnamed <init>Lnet/minecraft/util/logging/UncaughtExceptionHandler;<init>(Lorg/apache/logging/log4j/Logger;)V
-
-
Method Details
-
uncaughtException
- Specified by:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler- Mappings:
Namespace Name Mixin selector official uncaughtExceptionLp;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)Vintermediary uncaughtExceptionLnet/minecraft/class_143;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)Vnamed uncaughtExceptionLnet/minecraft/util/logging/UncaughtExceptionHandler;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
-