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 p
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 Lp;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_1115 Lnet/minecraft/class_143;field_1115:Lorg/apache/logging/log4j/Logger;
      named logger Lnet/minecraft/util/logging/UncaughtExceptionHandler;logger:Lorg/apache/logging/log4j/Logger;
  • Constructor Details

    • UncaughtExceptionHandler

      public UncaughtExceptionHandler​(Logger logger)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lp;<init>(Lorg/apache/logging/log4j/Logger;)V
      intermediary <init> Lnet/minecraft/class_143;<init>(Lorg/apache/logging/log4j/Logger;)V
      named <init> Lnet/minecraft/util/logging/UncaughtExceptionHandler;<init>(Lorg/apache/logging/log4j/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 Lp;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