public class CrashException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private CrashReport |
report |
| Constructor and Description |
|---|
CrashException(CrashReport report) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
String |
getMessage() |
CrashReport |
getReport() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate final CrashReport report
public CrashException(CrashReport report)
public CrashReport getReport()
public String getMessage()
getMessage in class Throwable