DeviceRuntimeException

public class DeviceRuntimeException
extends HarnessRuntimeException

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


ส่งเมื่อการทำงานของอุปกรณ์ไม่ทำให้เกิดผลลัพธ์ที่คาดหวัง

ตัวอย่างเช่น "pm list users" เป็นที่ต้องการอย่างมากในการแสดงรายชื่อผู้ใช้ แต่กลับไม่ดำเนินการ ควรตั้งค่าเป็น 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: Throwable ที่ควรรวมไว้ใน DeviceRuntimeException

errorId ErrorIdentifier: ErrorIdentifier จัดหมวดหมู่ข้อยกเว้น