SubprocessEventHelper.InvocationFailedEventInfo
public
static
class
SubprocessEventHelper.InvocationFailedEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo |
Helper untuk informasi InvocationFailed.
Ringkasan
Kolom | |
---|---|
public
Throwable |
mCause
|
public
FailureDescription |
mFailure
|
Konstruktor publik | |
---|---|
InvocationFailedEventInfo(FailureDescription failure)
|
|
InvocationFailedEventInfo(JSONObject jsonObject)
|
|
InvocationFailedEventInfo(Throwable cause)
|
Metode publik | |
---|---|
String
|
toString()
|
Kolom
mCause
public Throwable mCause
Konstruktor publik
InvocationFailedEventInfo
public InvocationFailedEventInfo (FailureDescription failure)
Parameter | |
---|---|
failure |
FailureDescription |
InvocationFailedEventInfo
public InvocationFailedEventInfo (JSONObject jsonObject)
Parameter | |
---|---|
jsonObject |
JSONObject |
Menampilkan | |
---|---|
JSONException |
InvocationFailedEventInfo
public InvocationFailedEventInfo (Throwable cause)
Parameter | |
---|---|
cause |
Throwable |
Metode publik
toString
public String toString ()
Hasil | |
---|---|
String |