SubprocessEventHelper.InvocationFailedEventInfo

public static class SubprocessEventHelper.InvocationFailedEventInfo
extends Object

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


Aide pour les informations InvocationFailed.

Résumé

Des champs

public Throwable mCause

public FailureDescription mFailure

Constructeurs publics

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

Méthodes publiques

String toString ()

Des champs

mCause

public Throwable mCause

mÉchec

public FailureDescription mFailure

Constructeurs publics

InvocationFailedEventInfoInvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

Paramètres
cause Throwable

InvocationFailedEventInfoInvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

Paramètres
failure FailureDescription

InvocationFailedEventInfoInvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Lance
JSONException

Méthodes publiques

toString

public String toString ()

Retour
String