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