攜帶中斷異常

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