CarryInterruptedException

public class CarryInterruptedException
extends Object

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


Levée lorsque le délai d'expiration de la phase de test est déclenché et qu'une InterruptedException doit être transmise du thread d'exécution du test au thread d'exécution de l'invocation.

Résumé

Constructeurs publics

CarryInterruptedException (InterruptedException e)

Méthodes publiques

InterruptedException getInterruptedException ()

Constructeurs publics

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

Paramètres
e InterruptedException

Méthodes publiques

getInterruptedException

public InterruptedException getInterruptedException ()

Retour
InterruptedException