public class ReportedException
extends java.lang.RuntimeException
| 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() |
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