Class UncaughtExceptionLogger

java.lang.Object
net.minecraft.util.logging.UncaughtExceptionLogger
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class UncaughtExceptionLogger extends Object implements Thread.UncaughtExceptionHandler
Mappings:
Namespace Name
official q
intermediary net/minecraft/class_140
named net/minecraft/util/logging/UncaughtExceptionLogger
  • Field Details

    • logger

      private final Logger logger
      Mappings:
      Namespace Name Mixin selector
      official a Lq;a:Lorg/slf4j/Logger;
      intermediary field_1113 Lnet/minecraft/class_140;field_1113:Lorg/slf4j/Logger;
      named logger Lnet/minecraft/util/logging/UncaughtExceptionLogger;logger:Lorg/slf4j/Logger;
  • Constructor Details

    • UncaughtExceptionLogger

      public UncaughtExceptionLogger(Logger logger)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lq;<init>(Lorg/slf4j/Logger;)V
      intermediary <init> Lnet/minecraft/class_140;<init>(Lorg/slf4j/Logger;)V
      named <init> Lnet/minecraft/util/logging/UncaughtExceptionLogger;<init>(Lorg/slf4j/Logger;)V
  • Method Details

    • uncaughtException

      public void uncaughtException(Thread thread, Throwable throwable)
      Specified by:
      uncaughtException in interface Thread.UncaughtExceptionHandler
      Mappings:
      Namespace Name Mixin selector
      official uncaughtException Lq;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
      intermediary uncaughtException Lnet/minecraft/class_140;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
      named uncaughtException Lnet/minecraft/util/logging/UncaughtExceptionLogger;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V