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