攜帶中斷異常

public class CarryInterruptedException
extends Object

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


當觸發測試階段超時並且需要將InterruptedException從測試執行線程攜帶到調用執行線程時拋出。

概括

公共構造函數

CarryInterruptedException (InterruptedException e)

公共方法

InterruptedException getInterruptedException ()

公共構造函數

攜帶中斷異常

public CarryInterruptedException (InterruptedException e)

參數
e InterruptedException

公共方法

獲取中斷異常

public InterruptedException getInterruptedException ()

退貨
InterruptedException