Exception DeviceRuntimeException

public class DeviceRuntimeException
extends HarnessRuntimeException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessRuntimeException
     ↳ com.android.tradefed.device.DeviceRuntimeException


Générée lorsqu'une action sur l'appareil n'a pas produit les résultats attendus.

Exemple : "pm list users" doit renvoyer la liste des utilisateurs, doit être signalé en tant qu'exception DeviceRuntimeException, car un problème est survenu.

Résumé

Constructeurs publics

DeviceRuntimeException(String msg, ErrorIdentifier errorId)

Crée un DeviceRuntimeException.

DeviceRuntimeException(String msg, Throwable t, ErrorIdentifier errorId)

Crée un DeviceRuntimeException.

Constructeurs publics

Exception DeviceRuntimeException

public DeviceRuntimeException (String msg, 
                ErrorIdentifier errorId)

Crée un DeviceRuntimeException.

Paramètres
msg String: message d'erreur descriptif.

errorId ErrorIdentifier: ErrorIdentifier qui catégorise l'exception.

Exception DeviceRuntimeException

public DeviceRuntimeException (String msg, 
                Throwable t, 
                ErrorIdentifier errorId)

Crée un DeviceRuntimeException.

Paramètres
msg String: message d'erreur descriptif de l'erreur

t Throwable: Throwable qui doit être encapsulé dans DeviceRuntimeException.

errorId ErrorIdentifier: ErrorIdentifier qui catégorise l'exception.