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(Throwable cause)
InvocationFailedEventInfo(FailureDescription failure)
InvocationFailedEventInfo(JSONObject jsonObject)

공개 메서드

String toString()

필드

원인

public Throwable mCause

실패

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