SubprocessEventHelper.InvocationFailedEventInfo

public static class SubprocessEventHelper.InvocationFailedEventInfo
extends Object

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


Outil d'aide pour les informations InvocationFailed.

Résumé

Champs

public Throwable mCause

public FailureDescription mFailure

Constructeurs publics

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

Méthodes publiques

String toString()

Champs

mCause

public Throwable mCause

Échec mobile

public FailureDescription mFailure

Constructeurs publics

InvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

Paramètres
cause Throwable

InvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

Paramètres
failure FailureDescription

InvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Génère
JSONException

Méthodes publiques

toString

public String toString ()

Renvoie
String