CarryInterruptedException

public class CarryInterruptedException
extends Object

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


Emesso quando viene attivato il timeout della fase di test ed è necessario trasportare un'InterruptedException 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