RunInterruptedException
public
class
RunInterruptedException
extends HarnessRuntimeException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | com.android.tradefed.error.HarnessRuntimeException | ||||
| ↳ | com.android.tradefed.util.RunInterruptedException | ||||
يتم عرض هذا الخطأ عندما يتم إيقاف عملية تشغيل بسبب طلب خارجي.
ملخّص
طُرق وضع التصميم العامة | |
|---|---|
RunInterruptedException(String message, ErrorIdentifier errorId)
تنشئ هذه الدالة |
|
RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)
تنشئ هذه الدالة |
|
طُرق وضع التصميم العامة
RunInterruptedException
public RunInterruptedException (String message,
ErrorIdentifier errorId)تنشئ هذه الدالة RunInterruptedException.
| المعلَمات | |
|---|---|
message |
String: الرسالة المرتبطة بالاستثناء |
errorId |
ErrorIdentifier: ErrorIdentifier التي تصنّف الاستثناء |
RunInterruptedException
public RunInterruptedException (String message,
Throwable cause,
ErrorIdentifier errorId)تنشئ هذه الدالة RunInterruptedException.
| المعلَمات | |
|---|---|
message |
String: الرسالة المرتبطة بالاستثناء |
cause |
Throwable: سبب الاستثناء |
errorId |
ErrorIdentifier: ErrorIdentifier التي تصنّف الاستثناء |