Exception HarnessIO
public
class
HarnessIOException
extends Object
implements
IHarnessException
java.lang.Object | |
↳ | com.android.tradefed.error.HarnessIOException |
Exploitez une exception qui facilite le transfert des problèmes liés aux fichiers.
Résumé
Constructeurs publics | |
---|---|
HarnessIOException(Throwable cause, ErrorIdentifier errorId)
|
Méthodes publiques | |
---|---|
ErrorIdentifier
|
getErrorId()
Renvoie le |
String
|
getOrigin()
Renvoie l'origine de l'exception. |
Constructeurs publics
Exception HarnessIO
public HarnessIOException (Throwable cause, ErrorIdentifier errorId)
Paramètres | |
---|---|
cause |
Throwable |
errorId |
ErrorIdentifier |
Méthodes publiques
getErrorId
public ErrorIdentifier getErrorId ()
Renvoie le ErrorIdentifier
associé à l'exception. Peut être nul.
Renvoie | |
---|---|
ErrorIdentifier |
getOrigin
public String getOrigin ()
Renvoie l'origine de l'exception.
Renvoie | |
---|---|
String |