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