DeviceRuntimeException

public class DeviceRuntimeException
extends HarnessRuntimeException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessRuntimeException
     ↳ com.android.tradefed.device.DeviceRuntimeException


如果裝置動作未達到預期結果,就會由系統傳回。

例如:「pm 清單使用者」系統通常會傳回使用者清單,而不會傳回使用者清單。 應該顯示為 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