中断例外のキャリー

public class CarryInterruptedException
extends Object

java.lang.オブジェクト
com.android.tradefed.testtype.junit4.CarryInterruptedException


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

まとめ

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

CarryInterruptedException (InterruptedException e)

パブリックメソッド

InterruptedException getInterruptedException ()

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

中断例外のキャリー

public CarryInterruptedException (InterruptedException e)

パラメーター
e InterruptedException

パブリックメソッド

getInterruptedException

public InterruptedException getInterruptedException ()

戻り値
InterruptedException