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 من سلسلة تنفيذ الاختبار إلى سلسلة تنفيذ الاستدعاء.

ملخّص

طُرق وضع التصميم العامة

CarryInterruptedException(InterruptedException e)

الإجراءات العامة

InterruptedException getInterruptedException()

طُرق وضع التصميم العامة

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

المعلَمات
e InterruptedException

الإجراءات العامة

getInterruptedException

public InterruptedException getInterruptedException ()

المرتجعات
InterruptedException