Wyjątek środowiska wykonawczego HarnessRuntime

public class HarnessRuntimeException
extends Object implements IHarnessException

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


Podsumowanie

Konstruktory publiczne

HarnessRuntimeException(String message, ErrorIdentifier errorId)

Konstruktor wyjątku.

HarnessRuntimeException(String message, IHarnessException cause)

Konstruktor wyjątku.

HarnessRuntimeException(String message, Throwable cause, ErrorIdentifier errorId)

Konstruktor wyjątku.

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)

Konstruktory publiczne

Wyjątek środowiska wykonawczego HarnessRuntime

public HarnessRuntimeException (String message, 
                ErrorIdentifier errorId)

Konstruktor wyjątku.

Parametry
message String: wiadomość powiązana z wyjątkiem.

errorId ErrorIdentifier: ErrorIdentifier określający wyjątek.

Wyjątek środowiska wykonawczego HarnessRuntime

public HarnessRuntimeException (String message, 
                IHarnessException cause)

Konstruktor wyjątku.

Parametry
message String: wiadomość powiązana z wyjątkiem.

cause IHarnessException: IHarnessException, który spowodował wyjątek.

Wyjątek środowiska wykonawczego HarnessRuntime

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

Konstruktor wyjątku.

Parametry
message String: wiadomość powiązana z wyjątkiem.

cause Throwable: przyczyna wyjątku

errorId ErrorIdentifier: ErrorIdentifier określający wyjątek.

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