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é
Champs | |
---|---|
public
Throwable |
mCause
|
public
FailureDescription |
mFailure
|
Constructeurs publics | |
---|---|
InvocationFailedEventInfo(FailureDescription failure)
|
|
InvocationFailedEventInfo(JSONObject jsonObject)
|
|
InvocationFailedEventInfo(Throwable cause)
|
Méthodes publiques | |
---|---|
String
|
toString()
|
Champs
mCause
public Throwable mCause
Constructeurs publics
InvocationFailedEventInfo
public InvocationFailedEventInfo (FailureDescription failure)
Paramètres | |
---|---|
failure |
FailureDescription |
InvocationFailedEventInfo
public InvocationFailedEventInfo (JSONObject jsonObject)
Paramètres | |
---|---|
jsonObject |
JSONObject |
Génère | |
---|---|
JSONException |
InvocationFailedEventInfo
public InvocationFailedEventInfo (Throwable cause)
Paramètres | |
---|---|
cause |
Throwable |
Méthodes publiques
toString
public String toString ()
Renvoie | |
---|---|
String |