IHarnessException

public interface IHarnessException

com.android.tradefed.error.IHarnessException


Opis interfejsu wyjątków uprzężenia, który będzie implementowany przez wyjątki uprzężenia.

Podsumowanie

Metody publiczne

abstract ErrorIdentifier getErrorId()

Zwraca ErrorIdentifier powiązany z wyjątkiem.

abstract String getOrigin()

Zwraca pochodzenie wyjątku.

Metody publiczne

getErrorId

public abstract ErrorIdentifier getErrorId ()

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

Zwroty
ErrorIdentifier

getOrigin

public abstract String getOrigin ()

Zwraca pochodzenie wyjątku.

Zwroty
String