FileUtil.HarnessIOException

public static class FileUtil.HarnessIOException
extends Object implements IHarnessException

java.lang.Object의 클래스
   ↳ com.android.tradefed.util.FileUtil.HarnessIOException이 발생한 경우


파일 문제 전달에 도움이 되는 예외를 하네스합니다.

요약

공개 메서드

ErrorIdentifier getErrorId()

예외와 관련된 ErrorIdentifier를 반환합니다.

String getOrigin()

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

공개 메서드

getErrorId

public ErrorIdentifier getErrorId ()

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

반환 값
ErrorIdentifier

getOrigin

public String getOrigin ()

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

반환 값
String