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 transportée du thread d'exécution de test au thread d'exécution d'invocation.
Sommaire
Constructeurs publics
CarryInterruptedException
public CarryInterruptedException (InterruptedException e)
Paramètres |
---|
e | InterruptedException |
Méthodes publiques
getInterruptedException
public InterruptedException getInterruptedException ()
Retour |
---|
InterruptedException | |