CarryInterruptedException

public class CarryInterruptedException
extends Object

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


Ditampilkan saat waktu tunggu fase pengujian dipicu dan InterruptedException perlu dibawa dari thread eksekusi pengujian ke thread eksekusi pemanggilan.

Ringkasan

Konstruktor publik

CarryInterruptedException(InterruptedException e)

Metode publik

InterruptedException getInterruptedException()

Konstruktor publik

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

Parameter
e InterruptedException

Metode publik

getInterruptedException

public InterruptedException getInterruptedException ()

Hasil
InterruptedException