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 r
intermediary net/minecraft/class_143
named net/minecraft/util/logging/UncaughtExceptionHandler
  • Field Details

    • logger

      private final Logger logger
      Mappings:
      Namespace Name Mixin selector
      official a Lr;a:Lorg/slf4j/Logger;
      intermediary field_1115 Lnet/minecraft/class_143;field_1115:Lorg/slf4j/Logger;
      named logger Lnet/minecraft/util/logging/UncaughtExceptionHandler;logger:Lorg/slf4j/Logger;
  • Constructor Details

    • UncaughtExceptionHandler

      public UncaughtExceptionHandler(Logger logger)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lr;<init>(Lorg/slf4j/Logger;)V
      intermediary <init> Lnet/minecraft/class_143;<init>(Lorg/slf4j/Logger;)V
      named <init> Lnet/minecraft/util/logging/UncaughtExceptionHandler;<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 Lr;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
      intermediary uncaughtException Lnet/minecraft/class_143;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V
      named uncaughtException Lnet/minecraft/util/logging/UncaughtExceptionHandler;uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V