キャリー割り込み例外

public class CarryInterruptedException
extends Object

java.lang.Object
com.android.tradefed.testtype.junit4.CarryInterruptedException


テスト フェーズのタイムアウトがトリガーされ、テスト実行スレッドから呼び出し実行スレッドに InterruptedException を運ぶ必要がある場合にスローされます。

まとめ

パブリック コンストラクター

CarryInterruptedException (InterruptedException e)

公開メソッド

InterruptedException getInterruptedException ()

パブリック コンストラクター

キャリー割り込み例外

public CarryInterruptedException (InterruptedException e)

パラメーター
e InterruptedException

公開メソッド

getInterruptedException

public InterruptedException getInterruptedException ()

戻り値
InterruptedException