CarryInterruptedException

public class CarryInterruptedException
extends RuntimeException

java.lang.Object
java.lang.Throwable
  java.lang.Exception
    java.lang.RuntimeException
      com.android.tradefed.testtype.junit4.CarryInterruptedException


当测试阶段超时触发且需要将 InterruptedException 从测试作业线程传递到调用执行线程时抛出。

摘要

公共构造函数

CarryInterruptedException(InterruptedException e)

公共方法

InterruptedException getInterruptedException()

公共构造函数

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

参数
e InterruptedException

公共方法

getInterruptedException

public InterruptedException getInterruptedException ()

返回
InterruptedException