携带中断异常
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 |