HarnessException

public class HarnessException
extends Object implements IHarnessException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessError


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

סיכום

יוצרים ציבוריים

HarnessException(ErrorIdentifier errorId)
HarnessException(String message, ErrorIdentifier errorId)
HarnessException(String message, Throwable cause, ErrorIdentifier errorId)
HarnessException(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

HarnessException

public HarnessException (String message, 
                ErrorIdentifier errorId)

פרמטרים
message String

errorId ErrorIdentifier

HarnessException

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

פרמטרים
message String

cause Throwable

errorId ErrorIdentifier

HarnessException

public HarnessException (Throwable cause, 
                ErrorIdentifier errorId)

פרמטרים
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