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