CarryInterruptedException

public class CarryInterruptedException
extends RuntimeException

java.lang.Object
java.lang.Throwable
  java.lang.Exception
    java.lang.RuntimeException
      com.android.tradefed.testtype.junit4.CarryInterruptedException


Wird ausgelöst, wenn das Zeitlimit für die Testphase überschritten wird und eine InterruptedException vom Testausführungsthread zum Aufruf-Ausführungsthread übertragen werden muss.

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

Gibt Folgendes zurück:
InterruptedException