DeviceRuntimeException

public class DeviceRuntimeException
extends HarnessRuntimeException

java.lang.Object의 클래스
   ↳ com.android.tradefed.error.HarnessRuntimeException
     ↳ com.android.tradefed.device.DeviceRuntimeException


기기 작업으로 예상한 결과가 나오지 않는 경우 발생합니다.

예: 'pm list users' 사용자 목록을 반환할 것으로 예상되는 경우가 대부분이지만, 문제가 발생하여 DeviceRuntimeException으로 발생합니다.

요약

공개 생성자

DeviceRuntimeException(String msg, ErrorIdentifier errorId)

DeviceRuntimeException를 만듭니다.

DeviceRuntimeException(String msg, Throwable t, ErrorIdentifier errorId)

DeviceRuntimeException를 만듭니다.

공개 생성자

DeviceRuntimeException

public DeviceRuntimeException (String msg, 
                ErrorIdentifier errorId)

DeviceRuntimeException를 만듭니다.

매개변수
msg String: 오류를 설명하는 오류 메시지입니다.

errorId ErrorIdentifier: 예외를 분류하는 ErrorIdentifier입니다.

DeviceRuntimeException

public DeviceRuntimeException (String msg, 
                Throwable t, 
                ErrorIdentifier errorId)

DeviceRuntimeException를 만듭니다.

매개변수
msg String: 오류를 설명하는 오류 메시지입니다.

t Throwable: DeviceRuntimeException로 래핑되어야 하는 Throwable입니다.

errorId ErrorIdentifier: 예외를 분류하는 ErrorIdentifier입니다.