RunInterruptedped
public
class
RunInterruptedException
extends HarnessRuntimeException
JavaScript.lang.Object | ||
↳ | com.android.tradefed.error.HarnessRuntime וכל החריגות | |
↳ | com.android.tradefed.util.RunInterrupted במסך |
התראה אוטומטית כשפעולת הרצה מופסקת על ידי בקשה חיצונית.
סיכום
בנאים ציבוריים | |
---|---|
RunInterruptedException(String message, ErrorIdentifier errorId)
ייווצר |
|
RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)
ייווצר |
בנאים ציבוריים
RunInterruptedped
public RunInterruptedException (String message, ErrorIdentifier errorId)
ייווצר RunInterruptedException
.
פרמטרים | |
---|---|
message |
String : ההודעה שמשויכת לחריגה |
errorId |
ErrorIdentifier : ה-ErrorIdentifier בקטגוריה של החריגים. |
RunInterruptedped
public RunInterruptedException (String message, Throwable cause, ErrorIdentifier errorId)
ייווצר RunInterruptedException
.
פרמטרים | |
---|---|
message |
String : ההודעה שמשויכת לחריגה |
cause |
Throwable : הסיבה לחריגה |
errorId |
ErrorIdentifier : ה-ErrorIdentifier בקטגוריה של החריגים. |