الجهاز غير متاح الاستثناءات

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()

عرض الرقم التسلسلي للجهاز المرتبط بالاستثناء.

شركة إنشاءات عامة

الجهاز غير متاح الاستثناءات

public DeviceNotAvailableException ()

تم إيقاف دالة الإنشاء هذه نهائيًا.
استخدام "DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier)" بدلاً من ذلك.

ينشئ DeviceNotAvailableException.

الجهاز غير متاح الاستثناءات

public DeviceNotAvailableException (String msg)

تم إيقاف دالة الإنشاء هذه نهائيًا.
استخدام "DeviceNotAvailableException(String, String, com.android.tradefed.result.error.ErrorIdentifier)" بدلاً من ذلك.

ينشئ DeviceNotAvailableException.

المعلمات
msg String: رسالة وصفية.

الجهاز غير متاح الاستثناءات

public DeviceNotAvailableException (String msg, 
                String serial)

ينشئ DeviceNotAvailableException.

المعلمات
msg String: رسالة وصفية.

serial String: الرقم التسلسلي للجهاز المعني

الجهاز غير متاح الاستثناءات

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

ينشئ DeviceNotAvailableException.

المعلمات
msg String: رسالة وصفية.

serial String: الرقم التسلسلي للجهاز المعني

errorId ErrorIdentifier: معرّف الخطأ لهذا الخطأ

الجهاز غير متاح الاستثناءات

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

ينشئ DeviceNotAvailableException.

المعلمات
msg String: رسالة وصفية.

cause Throwable: الجذر Throwable الذي تسبّب في عدم توفّر الجهاز.

serial String: الرقم التسلسلي للجهاز المعني بالاستثناء

الجهاز غير متاح الاستثناءات

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

ينشئ DeviceNotAvailableException.

المعلمات
msg String: رسالة وصفية.

cause Throwable: الجذر Throwable الذي تسبّب في عدم توفّر الجهاز.

serial String: الرقم التسلسلي للجهاز المعني بالاستثناء

errorId ErrorIdentifier: معرّف الخطأ لهذا الخطأ

الطرق العامة

الطريقة getSerial

public String getSerial ()

عرض الرقم التسلسلي للجهاز المرتبط بالاستثناء.

المرتجعات
String