HarnessException

public class HarnessException
extends Object implements IHarnessException

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


Podstawowa klasa wyjątku dla wyjątku zgłaszanego w harness. Ta klasa pomaga przenosić ErrorIdentifier, aby zgłaszać szczegóły awarii.

Podsumowanie

Konstruktory publiczne

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

Metody publiczne

ErrorIdentifier getErrorId()

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

String getOrigin()

Zwraca pochodzenie wyjątku.

String toString()

Chronione metody

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

Konstruktory publiczne

Wyjątek Harness

public HarnessException (ErrorIdentifier errorId)

Parametry
errorId ErrorIdentifier

HarnessException

public HarnessException (String message, 
                ErrorIdentifier errorId)

Parametry
message String

errorId ErrorIdentifier

HarnessException

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

Parametry
message String

cause Throwable

errorId ErrorIdentifier

HarnessException

public HarnessException (Throwable cause, 
                ErrorIdentifier errorId)

Parametry
cause Throwable

errorId ErrorIdentifier

Metody publiczne

getErrorId

public ErrorIdentifier getErrorId ()

Zwraca ErrorIdentifier powiązany z wyjątkiem. Może być puste.

Zwroty
ErrorIdentifier

getOrigin

public String getOrigin ()

Zwraca pochodzenie wyjątku.

Zwroty
String

Ciąg

public String toString ()

Zwroty
String

Chronione metody

setCallerClass

protected final void setCallerClass (Class<?> clazz)

Parametry
clazz Class

setCallerClass

protected final void setCallerClass (String clazz)

Parametry
clazz String