Class CrashException

All Implemented Interfaces:
Serializable

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

    • report

      private final CrashReport report
      Mappings:
      Namespace Name Mixin selector
      official a Lw;a:Ln;
      intermediary field_1119 Lnet/minecraft/class_148;field_1119:Lnet/minecraft/class_128;
      named report Lnet/minecraft/util/crash/CrashException;report:Lnet/minecraft/util/crash/CrashReport;
  • Constructor Details

    • CrashException

      public CrashException(CrashReport report)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lw;<init>(Ln;)V
      intermediary <init> Lnet/minecraft/class_148;<init>(Lnet/minecraft/class_128;)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 Lw;a()Ln;
      intermediary method_631 Lnet/minecraft/class_148;method_631()Lnet/minecraft/class_128;
      named getReport Lnet/minecraft/util/crash/CrashException;getReport()Lnet/minecraft/util/crash/CrashReport;
    • getCause

      public Throwable getCause()
      Overrides:
      getCause in class Throwable
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable