net.minecraft.util
Class ReportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.util.ReportedException
- All Implemented Interfaces:
- Serializable
public class ReportedException
- extends RuntimeException
- See Also:
- Serialized Form
ReportedException
public ReportedException(CrashReport par1CrashReport)
getCrashReport
public CrashReport getCrashReport()
- Gets the CrashReport wrapped by this exception.
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable