IHarnessException

public interface IHarnessException

com.android.tradefed.error.IHarnessException


Descrizione dell'interfaccia delle eccezioni di cablaggio che verrà implementata dalle eccezioni di cablaggio.

Riepilogo

Metodi pubblici

abstract ErrorIdentifier getErrorId ()

Restituisce l' ErrorIdentifier associato all'eccezione.

abstract String getOrigin ()

Restituisce l'origine dell'eccezione.

Metodi pubblici

getErrorId

public abstract ErrorIdentifier getErrorId ()

Restituisce l' ErrorIdentifier associato all'eccezione. Può essere nullo.

ritorna
ErrorIdentifier

getOrigin

public abstract String getOrigin ()

Restituisce l'origine dell'eccezione.

ritorna
String