SubprocessEventHelper.InvocationFailedEventInfo

public static class SubprocessEventHelper.InvocationFailedEventInfo
extends Object

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


Hilfsfunktion für Informationen zu InvocationFailed.

Zusammenfassung

Felder

public Throwable mCause

public FailureDescription mFailure

Öffentliche Konstruktoren

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

Öffentliche Methoden

String toString()

Felder

mCause

public Throwable mCause

mFailure

public FailureDescription mFailure

Öffentliche Konstruktoren

InvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

Parameter
failure FailureDescription

InvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Ausgabe
JSONException

InvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

Parameter
cause Throwable

Öffentliche Methoden

toString

public String toString ()

Returns
String