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

Public methods

String toString()

Fields

mCause

public Throwable mCause

mFailure

public FailureDescription mFailure

Public constructors

InvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

Parameters
cause Throwable

InvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

Parameters
failure FailureDescription

InvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

Parameters
jsonObject JSONObject

Throws
JSONException

Public methods

toString

public String toString ()

Returns
String