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