Wyjątek Harness

public class HarnessException
extends Object implements IHarnessException

java.lang.Object
com.android.tradefed.error.HarnessException


Podstawowa klasa wyjątku dla wyjątku zgłoszonego w strunie. Ta klasa pomaga przenosić ErrorIdentifier na potrzeby zgłaszania szczegółów błędu.

Podsumowanie

Konstruktory publiczne

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

Metody publiczne

ErrorIdentifier getErrorId()

Zwraca wartość ErrorIdentifier powiązaną z wyjątkiem.

String getOrigin()

Zwraca źródło wyjątku.

String toString()

Metody chronione

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

Konstruktory publiczne

Wyjątek Harness

public HarnessException (ErrorIdentifier errorId)

Parametry
errorId ErrorIdentifier

Wyjątek Harness

public HarnessException (String message, 
                ErrorIdentifier errorId)

Parametry
message String

errorId ErrorIdentifier

Wyjątek Harness

public HarnessException (Throwable cause, 
                ErrorIdentifier errorId)

Parametry
cause Throwable

errorId ErrorIdentifier

Wyjątek Harness

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

Parametry
message String

cause Throwable

errorId ErrorIdentifier

Metody publiczne

getErrorId

public ErrorIdentifier getErrorId ()

Zwraca wartość ErrorIdentifier powiązaną z wyjątkiem. Może mieć wartość null.

Zwroty
ErrorIdentifier

getOrigin

public String getOrigin ()

Zwraca źródło wyjątku.

Zwroty
String

Ciąg

public String toString ()

Zwroty
String

Metody chronione

Parametr setCallerClass

protected final void setCallerClass (Class<?> clazz)

Parametry
clazz Class

Parametr setCallerClass

protected final void setCallerClass (String clazz)

Parametry
clazz String