CarryInterruptedException

public class CarryInterruptedException
extends RuntimeException

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


Generata 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 della chiamata.

Riepilogo

Costruttori pubblici

CarryInterruptedException(InterruptedException e)

Metodi pubblici

InterruptedException getInterruptedException()

Costruttori pubblici

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

Parametri
e InterruptedException

Metodi pubblici

getInterruptedException

public InterruptedException getInterruptedException ()

Resi
InterruptedException