Trường hợp ngoại lệ bị gián đoạn

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.Object
   ↳ com.android.tradefed.error.Khai thácRuntimeException
     ↳ com.android.tradefed.util.RunInterruptedException


Được gửi khi một hoạt động chạy bị gián đoạn do một yêu cầu từ bên ngoài.

Tóm tắt

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

RunInterruptedException(String message, ErrorIdentifier errorId)

Tạo RunInterruptedException.

RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)

Tạo RunInterruptedException.

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

Trường hợp ngoại lệ bị gián đoạn

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

Tạo RunInterruptedException.

Tham số
message String: Thông báo liên quan đến trường hợp ngoại lệ

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

Trường hợp ngoại lệ bị gián đoạn

public RunInterruptedException (String message, 
                Throwable cause, 
                ErrorIdentifier errorId)

Tạo RunInterruptedException.

Tham số
message String: Thông báo liên quan đến trường hợp ngoại lệ

cause Throwable: Nguyên nhân của ngoại lệ

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