HarnessIOException

public class HarnessIOException
extends Object implements IHarnessException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessIOException


파일 문제를 전달하는 데 도움이 되는 하네스 예외

요약

공개 생성자

HarnessIOException(Throwable cause, ErrorIdentifier errorId)

공개 메서드

ErrorIdentifier getErrorId()

예외와 연결된 ErrorIdentifier를 반환합니다.

String getOrigin()

예외의 출처를 반환합니다.

공개 생성자

HarnessIOException

public HarnessIOException (Throwable cause, 
                ErrorIdentifier errorId)

매개변수
cause Throwable

errorId ErrorIdentifier

공개 메서드

getErrorId

public ErrorIdentifier getErrorId ()

예외와 연결된 ErrorIdentifier를 반환합니다. null일 수 있습니다.

반환 값
ErrorIdentifier

getOrigin

public String getOrigin ()

예외의 출처를 반환합니다.

반환 값
String