CarryInterruptedException
public
class
CarryInterruptedException
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.testtype.junit4.CarryInterruptedException
|
Viene lanciato quando viene attivato il timeout della fase di test e un'eccezione InterruptedException deve essere trasferita dal thread di esecuzione del test al thread di esecuzione dell'invocazione.
Riepilogo
Costruttori pubblici
CarryInterruptedException
public CarryInterruptedException (InterruptedException e)
Parametri |
e |
InterruptedException |
Metodi pubblici
getInterruptedException
public InterruptedException getInterruptedException ()
Ritorni |
InterruptedException |
|