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(Throwable cause)
InvocationFailedEventInfo(FailureDescription failure)
InvocationFailedEventInfo(JSONObject jsonObject)

公共方法

String toString()

字段

mCause

public Throwable mCause

移动设备故障

public FailureDescription mFailure

公共构造函数

InvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

参数
cause Throwable

InvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

参数
failure FailureDescription

InvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

参数
jsonObject JSONObject

抛出
JSONException

公共方法

toString

public String toString ()

返回
String