CarryInterruptedException

public class CarryInterruptedException
extends Object

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


Wird ausgelöst, wenn das Zeitlimit der Testphase ausgelöst wird und eine InterruptedException ausgeführt werden muss von Testausführungsthread zum Aufrufausführungsthread.

Zusammenfassung

Öffentliche Konstruktoren

CarryInterruptedException(InterruptedException e)

Öffentliche Methoden

InterruptedException getInterruptedException()

Öffentliche Konstruktoren

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

Parameter
e InterruptedException

Öffentliche Methoden

getInterruptedException

public InterruptedException getInterruptedException ()

Returns
InterruptedException