public class ReportedException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description | 
|---|---|
| private CrashReport | theReportedExceptionCrashReportInstance of CrashReport. | 
| Constructor and Description | 
|---|
| ReportedException(CrashReport report) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Throwable | getCause() | 
| CrashReport | getCrashReport()Gets the CrashReport wrapped by this exception. | 
| java.lang.String | getMessage() | 
private final CrashReport theReportedExceptionCrashReport
public ReportedException(CrashReport report)
public CrashReport getCrashReport()
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic java.lang.String getMessage()
getMessage in class java.lang.Throwable