SubprocessEventHelper.InvocationFailedEventInfo

public static class SubprocessEventHelper.InvocationFailedEventInfo
extends Object

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


Assistente para informações de InvocationFailed.

Resumo

Campos

public Throwable mCause

public FailureDescription mFailure

Construtores públicos

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

Métodos públicos

String toString()

Campos

Causa do Google Mobile

public Throwable mCause

Falha

public FailureDescription mFailure

Construtores públicos

InvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

Parâmetros
cause Throwable

InvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

Parâmetros
failure FailureDescription

InvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

Parâmetros
jsonObject JSONObject

Gera
JSONException

Métodos públicos

toString

public String toString ()

Retorna
String