CarryInterruptedException

public class CarryInterruptedException
extends Object

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


Générée lorsque le délai avant expiration de la phase de test est déclenché et qu'une exception InterruptedException doit être transmise depuis d'un thread d'exécution test à un thread d'exécution d'appel.

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 ()

Renvoie
InterruptedException