Lỗi thời gian chạy thiết bị

public class DeviceRuntimeException
extends HarnessRuntimeException

java.lang.Object
   ↳ com.android.tradefed.error.Khai thácRuntimeException
     ↳ com.android.tradefed.device.DeviceRuntimeException


Được gửi khi một hành động trên thiết bị không mang lại kết quả như mong đợi.

Ví dụ: "người dùng trong danh sách pm" thường sẽ trả về danh sách người dùng, nhưng nếu không thực hiện được cần được nâng lên dưới dạng DeviceRuntimeException vì đã xảy ra lỗi.

Tóm tắt

Hàm khởi tạo công khai

DeviceRuntimeException(String msg, ErrorIdentifier errorId)

Tạo DeviceRuntimeException.

DeviceRuntimeException(String msg, Throwable t, ErrorIdentifier errorId)

Tạo DeviceRuntimeException.

Hàm khởi tạo công khai

Lỗi thời gian chạy thiết bị

public DeviceRuntimeException (String msg, 
                ErrorIdentifier errorId)

Tạo DeviceRuntimeException.

Tham số
msg String: thông báo lỗi mô tả lỗi.

errorId ErrorIdentifier: ErrorIdentifier đang phân loại ngoại lệ.

Lỗi thời gian chạy thiết bị

public DeviceRuntimeException (String msg, 
                Throwable t, 
                ErrorIdentifier errorId)

Tạo DeviceRuntimeException.

Tham số
msg String: thông báo lỗi có tính chất mô tả

t Throwable: Throwable cần được gói trong DeviceRuntimeException.

errorId ErrorIdentifier: ErrorIdentifier đang phân loại ngoại lệ.