public class ReportedException
extends java.lang.RuntimeException
| コンストラクタと説明 |
|---|
ReportedException(CrashReport report) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 クラス内 java.lang.Throwablepublic java.lang.String getMessage()
getMessage クラス内 java.lang.Throwable