SubprocessEventHelper.InvocationFailedEventInfo

public static class SubprocessEventHelper.InvocationFailedEventInfo
extends Object

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


InvocationFailed 정보의 도우미입니다.

요약

필드

public Throwable mCause

public FailureDescription mFailure

공개 생성자

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

공개 메서드

String toString()

필드

원인

public Throwable mCause

mFailure

public FailureDescription mFailure

공개 생성자

InvocationFailedEventInfo

public InvocationFailedEventInfo (FailureDescription failure)

매개변수
failure FailureDescription

InvocationFailedEventInfo

public InvocationFailedEventInfo (JSONObject jsonObject)

매개변수
jsonObject JSONObject

생성 값
JSONException

InvocationFailedEventInfo

public InvocationFailedEventInfo (Throwable cause)

매개변수
cause Throwable

공개 메서드

toString

public String toString ()

반환 값
String