CarryInterruptedException

public class CarryInterruptedException
extends RuntimeException

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


החריג הזה מופעל כשפסק הזמן של שלב הבדיקה מופעל, ויש להעביר InterruptedException משרשור הרצת הבדיקה לשרשור הרצת הקריאה.

סיכום

‫constructors ציבוריים

CarryInterruptedException(InterruptedException e)

‫methods ציבוריים

InterruptedException getInterruptedException()

‫constructors ציבוריים

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

פרמטרים
e InterruptedException

‫methods ציבוריים

getInterruptedException

public InterruptedException getInterruptedException ()

החזרות
InterruptedException