CarryInterruptedException

public class CarryInterruptedException
extends Object

java.lang.Object
   ↳ com.android.tradefed.testtype.junit4.CarryInterruptedException


Được gửi khi hết thời gian chờ của giai đoạn kiểm thử và cần chuyển một InterruptedException từ luồng thực thi kiểm thử sang luồng thực thi lệnh gọi.

Tóm tắt

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

CarryInterruptedException(InterruptedException e)

Phương thức công khai

InterruptedException getInterruptedException()

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

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

Tham số
e InterruptedException

Phương thức công khai

getInterruptedException

public InterruptedException getInterruptedException ()

Giá trị trả về
InterruptedException