NoDeviceException
public
class
NoDeviceException
extends HarnessRuntimeException
| java.lang.Object | ||
| ↳ | com.android.tradefed.error.HarnessRuntimeException | |
| ↳ | com.android.tradefed.device.NoDeviceException | |
当没有设备可执行给定命令时抛出。
摘要
公共构造函数 | |
|---|---|
NoDeviceException(String msg, ErrorIdentifier errorId)
|
|
公共构造函数
NoDeviceException
public NoDeviceException (String msg,
ErrorIdentifier errorId)| 参数 | |
|---|---|
msg |
String:描述性消息。 |
errorId |
ErrorIdentifier:用于对异常进行分类的 ErrorIdentifier。 |