DeviceNotAvailableException

public class DeviceNotAvailableException
extends HarnessException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessException
     ↳ com.android.tradefed.device.DeviceNotAvailableException


如果裝置無法進行測試,就會由系統傳回。例如:裝置的 ADB 連線 裝置已遺失、裝置已停止回應指令等

摘要

公用建構函式

DeviceNotAvailableException()

此建構函式已淘汰, 使用「DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier)」 替代文件。

DeviceNotAvailableException(String msg)

此建構函式已淘汰, 使用「DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier)」 替代文件。

DeviceNotAvailableException(String msg, String serial)

可建立 DeviceNotAvailableException

DeviceNotAvailableException(String msg, String serial, ErrorIdentifier errorId)

可建立 DeviceNotAvailableException

DeviceNotAvailableException(String msg, Throwable cause, String serial)

可建立 DeviceNotAvailableException

DeviceNotAvailableException(String msg, Throwable cause, String serial, ErrorIdentifier errorId)

可建立 DeviceNotAvailableException

公用方法

String getSerial()

傳回與例外狀況相關的裝置序號。

公用建構函式

DeviceNotAvailableException

public DeviceNotAvailableException ()

此建構函式已淘汰。
使用「DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier)」 。

可建立 DeviceNotAvailableException

DeviceNotAvailableException

public DeviceNotAvailableException (String msg)

此建構函式已淘汰。
使用「DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier)」 。

可建立 DeviceNotAvailableException

參數
msg String:描述性訊息。

DeviceNotAvailableException

public DeviceNotAvailableException (String msg, 
                String serial)

可建立 DeviceNotAvailableException

參數
msg String:描述性訊息。

serial String:相關裝置序號

DeviceNotAvailableException

public DeviceNotAvailableException (String msg, 
                String serial, 
                ErrorIdentifier errorId)

可建立 DeviceNotAvailableException

參數
msg String:描述性訊息。

serial String:相關裝置序號

errorId ErrorIdentifier:該錯誤的錯誤 ID。

DeviceNotAvailableException

public DeviceNotAvailableException (String msg, 
                Throwable cause, 
                String serial)

可建立 DeviceNotAvailableException

參數
msg String:描述性訊息。

cause Throwable:造成裝置無法使用的根 Throwable

serial String:與例外狀況相關的裝置序號

DeviceNotAvailableException

public DeviceNotAvailableException (String msg, 
                Throwable cause, 
                String serial, 
                ErrorIdentifier errorId)

可建立 DeviceNotAvailableException

參數
msg String:描述性訊息。

cause Throwable:造成裝置無法使用的根 Throwable

serial String:與例外狀況相關的裝置序號

errorId ErrorIdentifier:該錯誤的錯誤 ID。

公用方法

getSerial

public String getSerial ()

傳回與例外狀況相關的裝置序號。

傳回
String