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
-
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
-
-
Constructor Details
-
CrashException
-
-
Method Details
-
getReport
-
getCause
-
getMessage
- Overrides:
getMessagein classThrowable
-