SubprocessEventHelper.InvocationFailedEventInfo
public
static
class
SubprocessEventHelper.InvocationFailedEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo |
Auxiliar para informações de InvocationFailed.
Resumo
Campos | |
---|---|
public
Throwable |
mCause
|
public
FailureDescription |
mFailure
|
Construtores públicos | |
---|---|
InvocationFailedEventInfo(FailureDescription failure)
|
|
InvocationFailedEventInfo(JSONObject jsonObject)
|
|
InvocationFailedEventInfo(Throwable cause)
|
Métodos públicos | |
---|---|
String
|
toString()
|
Campos
mCause
public Throwable mCause
Construtores públicos
InvocationFailedEventInfo
public InvocationFailedEventInfo (FailureDescription failure)
Parâmetros | |
---|---|
failure |
FailureDescription |
InvocationFailedEventInfo
public InvocationFailedEventInfo (JSONObject jsonObject)
Parâmetros | |
---|---|
jsonObject |
JSONObject |
Gera | |
---|---|
JSONException |
InvocationFailedEventInfo
public InvocationFailedEventInfo (Throwable cause)
Parâmetros | |
---|---|
cause |
Throwable |
Métodos públicos
toString
public String toString ()
Retorna | |
---|---|
String |