Eccezione DeviceRuntime

public class DeviceRuntimeException
extends HarnessRuntimeException

java.lang.Object
🎞 com.android.tradefed.error.HarnessRuntimeException
  🎞 com.android.tradefed.device.DeviceRuntimeEccezione


Generato quando un'azione del dispositivo non genera i risultati previsti.

Ad esempio: "pm list users" dovrebbe restituire l'elenco degli utenti, in caso contrario deve essere rilevato come DeviceRuntimeException perché si è verificato un problema.

Riepilogo

Costruttori pubblici

DeviceRuntimeException(String msg, ErrorIdentifier errorId)

Crea un DeviceRuntimeException.

DeviceRuntimeException(String msg, Throwable t, ErrorIdentifier errorId)

Crea un DeviceRuntimeException.

Costruttori pubblici

Eccezione DeviceRuntime

public DeviceRuntimeException (String msg, 
                ErrorIdentifier errorId)

Crea un DeviceRuntimeException.

Parametri
msg String: un messaggio descrittivo dell'errore.

errorId ErrorIdentifier: ErrorIdentifier che classifica l'eccezione.

Eccezione DeviceRuntime

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

Crea un DeviceRuntimeException.

Parametri
msg String: un messaggio descrittivo dell'errore

t Throwable: Throwable che deve essere aggregato in DeviceRuntimeException.

errorId ErrorIdentifier: ErrorIdentifier che classifica l'eccezione.