CarryInterruptedException

public class CarryInterruptedException
extends Object

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


如果觸發測試階段逾時,且必須從中執行 InterruptedException 測試執行執行緒到叫用執行執行緒。

摘要

公用建構函式

CarryInterruptedException(InterruptedException e)

公用方法

InterruptedException getInterruptedException()

公用建構函式

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

參數
e InterruptedException

公用方法

getInterruptedException

public InterruptedException getInterruptedException ()

傳回
InterruptedException