CarryInterruptedException

public class CarryInterruptedException
extends Object

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


Wyjątek ten jest rzucany, gdy zostanie przekroczony limit czasu etapu testu i wyjątek InterruptedException musi zostać przekazany z wątku wykonywania testu do wątku wywołania.

Podsumowanie

Konstruktory publiczne

CarryInterruptedException(InterruptedException e)

Metody publiczne

InterruptedException getInterruptedException()

Konstruktory publiczne

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

Parametry
e InterruptedException

Metody publiczne

getInterruptedException

public InterruptedException getInterruptedException ()

Zwroty
InterruptedException