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 eintermediary net/minecraft/class_1417named net/minecraft/util/crash/CrashException
-
Field Summary
Fields Modifier and Type Field Description private CrashReportcrashReport -
Constructor Summary
Constructors Constructor Description CrashException(CrashReport crashReport) -
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
-
crashReport
- Mappings:
Namespace Name Mixin selector official aLe;a:Lb;intermediary field_5925Lnet/minecraft/class_1417;field_5925:Lnet/minecraft/class_825;named crashReportLnet/minecraft/util/crash/CrashException;crashReport:Lnet/minecraft/util/crash/CrashReport;
-
-
Constructor Details
-
CrashException
- Mappings:
Namespace Name Mixin selector official <init>Le;<init>(Lb;)Vintermediary <init>Lnet/minecraft/class_1417;<init>(Lnet/minecraft/class_825;)Vnamed <init>Lnet/minecraft/util/crash/CrashException;<init>(Lnet/minecraft/util/crash/CrashReport;)V
-
-
Method Details
-
getReport
- Mappings:
Namespace Name Mixin selector official aLe;a()Lb;intermediary method_5058Lnet/minecraft/class_1417;method_5058()Lnet/minecraft/class_825;named getReportLnet/minecraft/util/crash/CrashException;getReport()Lnet/minecraft/util/crash/CrashReport;
-
getCause
-
getMessage
- Overrides:
getMessagein classThrowable- Mappings:
Namespace Name Mixin selector official getMessageLe;getMessage()Ljava/lang/String;intermediary getMessageLnet/minecraft/class_1417;getMessage()Ljava/lang/String;named getMessageLnet/minecraft/util/crash/CrashException;getMessage()Ljava/lang/String;
-