הארנס חריג

public class HarnessException
extends Object implements IHarnessException

JavaScript.lang.Object
com.android.tradefed.error.Harnessהחרגת


מחלקה בסיסית של חריגים שנגרמת בתוך הרתמה. בכיתה הזו עוזרים להעביר את ErrorIdentifier לדיווח על פרטי הכישלונות.

סיכום

בנאים ציבוריים

HarnessException(ErrorIdentifier errorId)
HarnessException(String message, ErrorIdentifier errorId)
HarnessException(Throwable cause, ErrorIdentifier errorId)
HarnessException(String message, Throwable cause, ErrorIdentifier errorId)

שיטות ציבוריות

ErrorIdentifier getErrorId()

הפונקציה מחזירה את הערך ErrorIdentifier שמשויך להחרגה.

String getOrigin()

מחזירה את מקור החריגה.

String toString()

שיטות מוגנות

final void setCallerClass(Class<?> clazz)
final void setCallerClass(String clazz)

בנאים ציבוריים

הארנס חריג

public HarnessException (ErrorIdentifier errorId)

פרמטרים
errorId ErrorIdentifier

הארנס חריג

public HarnessException (String message, 
                ErrorIdentifier errorId)

פרמטרים
message String

errorId ErrorIdentifier

הארנס חריג

public HarnessException (Throwable cause, 
                ErrorIdentifier errorId)

פרמטרים
cause Throwable

errorId ErrorIdentifier

הארנס חריג

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

פרמטרים
message String

cause Throwable

errorId ErrorIdentifier

שיטות ציבוריות

מזהה השגיאה getError

public ErrorIdentifier getErrorId ()

הפונקציה מחזירה את הערך ErrorIdentifier שמשויך להחרגה. הערך יכול להיות null.

החזרות
ErrorIdentifier

getOrigin

public String getOrigin ()

מחזירה את מקור החריגה.

החזרות
String

toString (מחרוזת)

public String toString ()

החזרות
String

שיטות מוגנות

setCallerClass

protected final void setCallerClass (Class<?> clazz)

פרמטרים
clazz Class

setCallerClass

protected final void setCallerClass (String clazz)

פרמטרים
clazz String