SubprocessEventHelper.InvocationFailedEventInfo

public static class SubprocessEventHelper.InvocationFailedEventInfo
extends Object

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


Hilfsprogramm für InvocationFailed-Informationen.

Zusammenfassung

Felder

public Throwable mCause

public FailureDescription mFailure

Öffentliche Konstruktoren

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

Öffentliche Methoden

String toString()

Felder

Grund

public Throwable mCause

mFehler

public FailureDescription mFailure

Öffentliche Konstruktoren

InvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

Parameter
cause Throwable

InvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

Parameter
failure FailureDescription

InvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Ausgabe
JSONException

Öffentliche Methoden

toString

public String toString ()

Returns
String