Class CrashException

All Implemented Interfaces:
Serializable

public class CrashException
extends RuntimeException
See Also:
Serialized Form
Mappings:
Namespace Name
official e
intermediary net/minecraft/class_1417
named net/minecraft/util/crash/CrashException
  • Field Details

    • crashReport

      private final CrashReport crashReport
      Mappings:
      Namespace Name Mixin selector
      official a Le;a:Lb;
      intermediary field_5925 Lnet/minecraft/class_1417;field_5925:Lnet/minecraft/class_825;
      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> Le;<init>(Lb;)V
      intermediary <init> Lnet/minecraft/class_1417;<init>(Lnet/minecraft/class_825;)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 Le;a()Lb;
      intermediary method_5058 Lnet/minecraft/class_1417;method_5058()Lnet/minecraft/class_825;
      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 Le;getCause()Ljava/lang/Throwable;
      intermediary getCause Lnet/minecraft/class_1417;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 Le;getMessage()Ljava/lang/String;
      intermediary getMessage Lnet/minecraft/class_1417;getMessage()Ljava/lang/String;
      named getMessage Lnet/minecraft/util/crash/CrashException;getMessage()Ljava/lang/String;