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