Package net.minecraft.util.crash
Class CrashException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.util.crash.CrashException
- All Implemented Interfaces:
Serializable
public class CrashException extends RuntimeException
- See Also:
- Serialized Form
- Mappings:
Namespace Name official uintermediary net/minecraft/class_148named net/minecraft/util/crash/CrashException
-
Field Summary
Fields Modifier and Type Field Description private CrashReportreport -
Constructor Summary
Constructors Constructor Description CrashException(CrashReport report) -
Method Summary
Modifier and Type Method Description ThrowablegetCause()StringgetMessage()CrashReportgetReport()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
report
- Mappings:
Namespace Name Mixin selector official aLu;a:Ll;intermediary field_1119Lnet/minecraft/class_148;field_1119:Lnet/minecraft/class_128;named reportLnet/minecraft/util/crash/CrashException;report:Lnet/minecraft/util/crash/CrashReport;
-
-
Constructor Details
-
CrashException
- Mappings:
Namespace Name Mixin selector official <init>Lu;<init>(Ll;)Vintermediary <init>Lnet/minecraft/class_148;<init>(Lnet/minecraft/class_128;)Vnamed <init>Lnet/minecraft/util/crash/CrashException;<init>(Lnet/minecraft/util/crash/CrashReport;)V
-
-
Method Details
-
getReport
- Mappings:
Namespace Name Mixin selector official aLu;a()Ll;intermediary method_631Lnet/minecraft/class_148;method_631()Lnet/minecraft/class_128;named getReportLnet/minecraft/util/crash/CrashException;getReport()Lnet/minecraft/util/crash/CrashReport;
-
getCause
-
getMessage
- Overrides:
getMessagein classThrowable- Mappings:
Namespace Name Mixin selector official getMessageLu;getMessage()Ljava/lang/String;intermediary getMessageLnet/minecraft/class_148;getMessage()Ljava/lang/String;named getMessageLnet/minecraft/util/crash/CrashException;getMessage()Ljava/lang/String;
-