Package net.minecraft.crash
Class ReportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.minecraft.crash.ReportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReportedException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private CrashReport
report
-
Constructor Summary
Constructors Constructor Description ReportedException(CrashReport p_i1356_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
java.lang.String
getMessage()
CrashReport
getReport()
-
-
-
Field Detail
-
report
private final CrashReport report
-
-
Constructor Detail
-
ReportedException
public ReportedException(CrashReport p_i1356_1_)
-
-
Method Detail
-
getReport
public CrashReport getReport()
-
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in classjava.lang.Throwable
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
-