SubprocessEventHelper.InvocationFailedEventInfo
public
static
class
SubprocessEventHelper.InvocationFailedEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo |
Asistente para la información de InvocationFailed.
Resumen
Campos | |
---|---|
public
Throwable |
mCause
|
public
FailureDescription |
mFailure
|
Constructores públicos | |
---|---|
InvocationFailedEventInfo(FailureDescription failure)
|
|
InvocationFailedEventInfo(JSONObject jsonObject)
|
|
InvocationFailedEventInfo(Throwable cause)
|
Métodos públicos | |
---|---|
String
|
toString()
|
Campos
Causa
public Throwable mCause
Constructores públicos
InvocationFailedEventInfo
public InvocationFailedEventInfo (FailureDescription failure)
Parámetros | |
---|---|
failure |
FailureDescription |
InvocationFailedEventInfo
public InvocationFailedEventInfo (JSONObject jsonObject)
Parámetros | |
---|---|
jsonObject |
JSONObject |
Arroja | |
---|---|
JSONException |
InvocationFailedEventInfo
public InvocationFailedEventInfo (Throwable cause)
Parámetros | |
---|---|
cause |
Throwable |
Métodos públicos
toString
public String toString ()
Muestra | |
---|---|
String |