Class CrashException

All Implemented Interfaces:
Serializable

public class CrashException extends RuntimeException
See Also:
Mappings:
Namespace Name
official u
intermediary net/minecraft/class_875
named net/minecraft/util/crash/CrashException
  • Field Details

    • crashReport

      private final CrashReport crashReport
      Mappings:
      Namespace Name Mixin selector
      official a Lu;a:Lb;
      intermediary field_3382 Lnet/minecraft/class_875;field_3382:Lnet/minecraft/class_1;
      named crashReport Lnet/minecraft/util/crash/CrashException;crashReport:Lnet/minecraft/util/crash/CrashReport;
  • Constructor Details

    • CrashException

      public CrashException(CrashReport crashReport)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lu;<init>(Lb;)V
      intermediary <init> Lnet/minecraft/class_875;<init>(Lnet/minecraft/class_1;)V
      named <init> Lnet/minecraft/util/crash/CrashException;<init>(Lnet/minecraft/util/crash/CrashReport;)V
  • Method Details

    • getReport

      public CrashReport getReport()
      Mappings:
      Namespace Name Mixin selector
      official a Lu;a()Lb;
      intermediary method_2682 Lnet/minecraft/class_875;method_2682()Lnet/minecraft/class_1;
      named getReport Lnet/minecraft/util/crash/CrashException;getReport()Lnet/minecraft/util/crash/CrashReport;
    • getCause

      public Throwable getCause()
      Overrides:
      getCause in class Throwable
      Mappings:
      Namespace Name Mixin selector
      official getCause Lu;getCause()Ljava/lang/Throwable;
      intermediary getCause Lnet/minecraft/class_875;getCause()Ljava/lang/Throwable;
      named getCause Lnet/minecraft/util/crash/CrashException;getCause()Ljava/lang/Throwable;
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
      Mappings:
      Namespace Name Mixin selector
      official getMessage Lu;getMessage()Ljava/lang/String;
      intermediary getMessage Lnet/minecraft/class_875;getMessage()Ljava/lang/String;
      named getMessage Lnet/minecraft/util/crash/CrashException;getMessage()Ljava/lang/String;