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 | ||||
החריגה הזו מופעלת כשפעולת הרצה מופסקת על ידי בקשה חיצונית.
סיכום
constructors ציבוריים | |
|---|---|
RunInterruptedException(String message, ErrorIdentifier errorId)
יצירת |
|
RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)
יצירת |
|
constructors ציבוריים
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 שמסווג את החריג. |