public class ReportedException extends RuntimeException
| Constructor and Description |
|---|
ReportedException(CrashReport par1CrashReport) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
CrashReport |
getCrashReport()
Gets the CrashReport wrapped by this exception.
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReportedException(CrashReport par1CrashReport)
public CrashReport getCrashReport()
public String getMessage()
getMessage in class Throwable