RunInterruptException

public class RunInterruptedException
extends HarnessRuntimeException

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


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

ملخص

المنشأت العامة

RunInterruptedException (String message, ErrorIdentifier errorId)

ينشئ RunInterruptedException .

RunInterruptedException (String message, Throwable cause, ErrorIdentifier errorId)

ينشئ RunInterruptedException .

المنشأت العامة

RunInterruptException

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

ينشئ RunInterruptedException .

حدود
message String : الرسالة المرتبطة بالاستثناء

errorId ErrorIdentifier : ErrorIdentifier يصنف الاستثناء.

RunInterruptException

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

ينشئ RunInterruptedException .

حدود
message String : الرسالة المرتبطة بالاستثناء

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

errorId ErrorIdentifier : ErrorIdentifier يصنف الاستثناء.