DeviceUnresponsiveException
public
class
DeviceUnresponsiveException
extends DeviceNotAvailableException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | com.android.tradefed.error.HarnessException | ||||
| ↳ | com.android.tradefed.device.DeviceNotAvailableException | ||||
| ↳ | com.android.tradefed.device.DeviceUnresponsiveException | ||||
تخصيص DeviceNotAvailableException يشير إلى أنّ الجهاز مرئي لـ adb،
ولكنّه لا يستجيب (أي أنّه يتم إيقاف الأوامر مؤقتًا أو لا يتم تشغيله، وما إلى ذلك)
ملخّص
طُرق وضع التصميم العامة | |
|---|---|
DeviceUnresponsiveException(String msg, String serial)
|
|
DeviceUnresponsiveException(String msg, String serial, ErrorIdentifier errorId)
|
|
DeviceUnresponsiveException(String msg, Throwable cause, String serial)
|
|
DeviceUnresponsiveException(String msg, Throwable cause, String serial, ErrorIdentifier errorId)
|
|
طُرق وضع التصميم العامة
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
String serial)ينشئ DeviceUnresponsiveException.
| المعلَمات | |
|---|---|
msg |
String: رسالة وصفية |
serial |
String: الرقم التسلسلي للجهاز المعني |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
String serial,
ErrorIdentifier errorId)ينشئ DeviceUnresponsiveException.
| المعلَمات | |
|---|---|
msg |
String: رسالة وصفية |
serial |
String: الرقم التسلسلي للجهاز المعني |
errorId |
ErrorIdentifier: معرّف الخطأ لهذا الخطأ |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
Throwable cause,
String serial)ينشئ DeviceUnresponsiveException.
| المعلَمات | |
|---|---|
msg |
String: رسالة وصفية |
cause |
Throwable: السمة Throwable الأساسية التي أدّت إلى عدم توفّر الجهاز |
serial |
String: الرقم التسلسلي للجهاز المعني |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg,
Throwable cause,
String serial,
ErrorIdentifier errorId)ينشئ DeviceUnresponsiveException.
| المعلَمات | |
|---|---|
msg |
String: رسالة وصفية |
cause |
Throwable: السمة Throwable الأساسية التي أدّت إلى عدم توفّر الجهاز |
serial |
String: الرقم التسلسلي للجهاز المعني |
errorId |
ErrorIdentifier: معرّف الخطأ لهذا الخطأ |