CarryInterruptedException
public
class
CarryInterruptedException
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.testtype.junit4.CarryInterruptedException
|
Wird geworfen, wenn das Zeitlimit der Testphase ausgelöst wird und eine InterruptedException vom Testausführungs-Thread zum Aufrufausführungs-Thread übertragen werden muss.
Zusammenfassung
Öffentliche Konstruktoren
CarryInterruptedException
public CarryInterruptedException (InterruptedException e)
Parameter |
e |
InterruptedException |
Öffentliche Methoden
getInterruptedException
public InterruptedException getInterruptedException ()
Returns |
InterruptedException |
|