SubprocessEventHelper.InvocationFailedEventInfo
public
static
class
SubprocessEventHelper.InvocationFailedEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo |
用於處理 InvocationFailed 資訊的輔助程式。
摘要
欄位 | |
---|---|
public
Throwable |
mCause
|
public
FailureDescription |
mFailure
|
公用建構函式 | |
---|---|
InvocationFailedEventInfo(FailureDescription failure)
|
|
InvocationFailedEventInfo(JSONObject jsonObject)
|
|
InvocationFailedEventInfo(Throwable cause)
|
公用方法 | |
---|---|
String
|
toString()
|
欄位
mCause
public Throwable mCause
公用建構函式
InvocationFailedEventInfo
public InvocationFailedEventInfo (FailureDescription failure)
參數 | |
---|---|
failure |
FailureDescription |
叫用失敗事件資訊
public InvocationFailedEventInfo (JSONObject jsonObject)
參數 | |
---|---|
jsonObject |
JSONObject |
擲回 | |
---|---|
JSONException |
InvocationFailedEventInfo
public InvocationFailedEventInfo (Throwable cause)
參數 | |
---|---|
cause |
Throwable |
公用方法
toString
public String toString ()
傳回 | |
---|---|
String |