SubprocessEventHelper.InvocationFailedEventInfo

public static class SubprocessEventHelper.InvocationFailedEventInfo
extends Object

java.lang.객체
com.android.tradefed.util.SubprocessEventHelper.InvocationFailedEventInfo


InvocationFailed 정보에 대한 도우미입니다.

요약

필드

public Throwable mCause

public FailureDescription mFailure

공개 생성자

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

공개 방법

String toString ()

필드

원인

public Throwable mCause

mFailure

public FailureDescription mFailure

공개 생성자

InvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

매개변수
cause Throwable

InvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

매개변수
failure FailureDescription

InvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

매개변수
jsonObject JSONObject

던지기
JSONException

공개 방법

toString

public String toString ()

보고
String