SubprocessEventHelper.InitationFailedEventInfo

public static class SubprocessEventHelper.InvocationFailedEventInfo
extends Object

java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.InitationFailedEventInfo


调用失败信息的帮助程序。

概括

领域

public Throwable mCause

public FailureDescription mFailure

公共构造函数

InvocationFailedEventInfo (Throwable cause)
InvocationFailedEventInfo ( FailureDescription failure)
InvocationFailedEventInfo (JSONObject jsonObject)

公共方法

String toString ()

领域

米因

public Throwable mCause

失败

public FailureDescription mFailure

公共构造函数

调用失败事件信息

public InvocationFailedEventInfo (Throwable cause)

参数
cause Throwable

调用失败事件信息

public InvocationFailedEventInfo (FailureDescription failure)

参数
failure FailureDescription

调用失败事件信息

public InvocationFailedEventInfo (JSONObject jsonObject)

参数
jsonObject JSONObject

投掷
JSONException

公共方法

到字符串

public String toString ()

退货
String