CarryInterruptedException

public class CarryInterruptedException
extends Object

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


Generato quando viene attivato il timeout della fase di test e un InterruptedException deve essere trasferito dal thread di esecuzione del test al thread di esecuzione della chiamata.

Riepilogo

Costruttori pubblici

CarryInterruptedException (InterruptedException e)

Metodi pubblici

InterruptedException getInterruptedException ()

Costruttori pubblici

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

Parametri
e InterruptedException

Metodi pubblici

getInterruptedException

public InterruptedException getInterruptedException ()

ritorna
InterruptedException