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() |
java.lang.String |
getMessage() |
public ReportedException(CrashReport report)
public CrashReport getCrashReport()
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable