CarryInterruptedException

public class CarryInterruptedException
extends Object

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


يتم طرح هذا الخطأ عند بدء مهلة مرحلة الاختبار ويجب نقل InterruptedException من سلسلت تنفيذ الاختبار إلى سلسلة تنفيذ الاستدعاء.

ملخّص

وظائف الإنشاء العامة

CarryInterruptedException(InterruptedException e)

الطرق العامة

InterruptedException getInterruptedException()

وظائف الإنشاء العامة

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

المعلمات
e InterruptedException

الطرق العامة

getInterruptedException

public InterruptedException getInterruptedException ()

المرتجعات
InterruptedException