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 |