IHarnessException
public interface IHarnessException
com.android.tradefed.error.IHarnessException |
Description de l'interface d'exception harnais qui sera implémentée par les exceptions harnais.
Résumé
Méthodes publiques | |
---|---|
abstract ErrorIdentifier | getErrorId () Renvoie l' |
abstract String | getOrigin () Renvoie l'origine de l'exception. |
Méthodes publiques
getErrorId
public abstract ErrorIdentifier getErrorId ()
Renvoie l' ErrorIdentifier
associé à l'exception. Peut être nul.
Retour | |
---|---|
ErrorIdentifier |
obtenirOrigine
public abstract String getOrigin ()
Renvoie l'origine de l'exception.
Retour | |
---|---|
String |