HarnessIOException

public class HarnessIOException
extends Object implements IHarnessException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessIOException


Exception de harnais qui permet de gérer les problèmes de fichiers.

Résumé

Constructeurs publics

HarnessIOException(Throwable cause, ErrorIdentifier errorId)

Méthodes publiques

ErrorIdentifier getErrorId()

Renvoie l'ErrorIdentifier associé à l'exception.

String getOrigin()

Renvoie l'origine de l'exception.

Constructeurs publics

HarnessIOException

public HarnessIOException (Throwable cause, 
                ErrorIdentifier errorId)

Paramètres
cause Throwable

errorId ErrorIdentifier

Méthodes publiques

getErrorId

public ErrorIdentifier getErrorId ()

Renvoie l'ErrorIdentifier associé à l'exception. Peut être null.

Renvoie
ErrorIdentifier

getOrigin

public String getOrigin ()

Renvoie l'origine de l'exception.

Renvoie
String