SubprocessEventHelper.InvocationFailedEventInfo

public static class SubprocessEventHelper.InvocationFailedEventInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo


Helper for InvocationFailed information.

Summary

Fields

public Throwable mCause

public FailureDescription mFailure

Public constructors

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

Public methods

String toString()

Fields

mCause

public Throwable mCause

mFailure

public FailureDescription mFailure

Public constructors

InvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

Parameters
failure FailureDescription

InvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

Parameters
jsonObject JSONObject

Throws
JSONException

InvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

Parameters
cause Throwable

Public methods

toString

public String toString ()

Returns
String