SubprocessEventHelper.InvocationFailedEventInfo

public static class SubprocessEventHelper.InvocationFailedEventInfo
extends Object

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


InvocationFailed bilgileri için yardımcı.

Özet

Alanlar

public Throwable mCause

public FailureDescription mFailure

Herkese açık oluşturucular

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

Herkese açık yöntemler

String toString()

Alanlar

mCause

public Throwable mCause

mFailure

public FailureDescription mFailure

Herkese açık oluşturucular

InvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

Parametreler
failure FailureDescription

InvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

Parametreler
cause Throwable

InvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

Parametreler
jsonObject JSONObject

Verdiği hatalar
JSONException

Herkese açık yöntemler

toString

public String toString ()

Döndürülenler
String