SubprocessEventHelper.InvocationFailedEventInfo

public static class SubprocessEventHelper.InvocationFailedEventInfo
extends Object

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


Informasi Helper untuk InvocationFailed.

Ringkasan

Kolom

public Throwable mCause

public FailureDescription mFailure

Konstruktor publik

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

Metode publik

String toString()

Kolom

Penyebab

public Throwable mCause

Gagal

public FailureDescription mFailure

Konstruktor publik

InvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

Parameter
cause Throwable

InvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

Parameter
failure FailureDescription

InvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Menampilkan
JSONException

Metode publik

toString

public String toString ()

Hasil
String