تشغيل اعتراض

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.Object
com.android.tradefed.error.HarnessRuntimeException
  com.android.tradefed.util.RunInterruptedException


يتم إرساله عند مقاطعة عملية تشغيل بواسطة طلب خارجي.

ملخّص

شركة إنشاءات عامة

RunInterruptedException(String message, ErrorIdentifier errorId)

ينشئ RunInterruptedException.

RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)

ينشئ RunInterruptedException.

شركة إنشاءات عامة

تشغيل اعتراض

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

ينشئ RunInterruptedException.

المعلمات
message String: الرسالة المرتبطة بالاستثناء

errorId ErrorIdentifier: تمثّل هذه السمة ErrorIdentifier الذي يصنّف الاستثناء.

تشغيل اعتراض

public RunInterruptedException (String message, 
                Throwable cause, 
                ErrorIdentifier errorId)

ينشئ RunInterruptedException.

المعلمات
message String: الرسالة المرتبطة بالاستثناء

cause Throwable: سبب الاستثناء

errorId ErrorIdentifier: تمثّل هذه السمة ErrorIdentifier الذي يصنّف الاستثناء.