TargetSetupError

public class TargetSetupError
extends HarnessException

java.lang.Object
com.android.tradefed.error.HarnessException
     ↳ com.android.tradefed.targetprep.TargetSetupError


Si è verificato un errore fatale durante la preparazione del target per i test.

Riepilogo

Costruttori pubblici

TargetSetupError(String reason)

Questo costruttore è deprecato. usa invece TargetSetupError(String, com.android.tradefed.command.remote.DeviceDescriptor).

TargetSetupError(String reason, DeviceDescriptor descriptor)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo.

TargetSetupError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo.

TargetSetupError(String reason, ErrorIdentifier errorId)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo.

TargetSetupError(String reason, Throwable cause)

Questo costruttore è deprecato. Utilizza invece TargetSetupError(String, Throwable, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier).

TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo e una causa.

TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor, boolean deviceSide)

Crea un nuovo (@link TargetSetupError} con un messaggio di errore significativo e una causa.

TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor, boolean deviceSide, ErrorIdentifier errorId)

Crea un nuovo (@link TargetSetupError} con un messaggio di errore significativo e una causa.

TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor, ErrorIdentifier errorId)

Crea un nuovo (@link TargetSetupError} con un messaggio di errore significativo e una causa.

TargetSetupError(String reason, Throwable cause, ErrorIdentifier errorId)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo e una causa.

Metodi pubblici

String getDeviceSerial()

Restituire il numero di serie del dispositivo interessato dall'errore TargetSetupError.

Costruttori pubblici

TargetSetupError

public TargetSetupError (String reason)

Questo costruttore è deprecato.
utilizza TargetSetupError(String, com.android.tradefed.command.remote.DeviceDescriptor).

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo.

Parametri
reason String: un messaggio di errore che descrive la causa dell'errore

TargetSetupError

public TargetSetupError (String reason, 
                DeviceDescriptor descriptor)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo.

Parametri
reason String: un messaggio di errore che descrive la causa dell'errore

descriptor DeviceDescriptor: il descrittore del dispositivo in questione

TargetSetupError

public TargetSetupError (String reason, 
                DeviceDescriptor descriptor, 
                ErrorIdentifier errorId)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo.

Parametri
reason String: un messaggio di errore che descrive la causa dell'errore

descriptor DeviceDescriptor: il descrittore del dispositivo interessato

errorId ErrorIdentifier: l'identificatore dell'errore.

TargetSetupError

public TargetSetupError (String reason, 
                ErrorIdentifier errorId)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo.

Parametri
reason String: un messaggio di errore che descrive la causa dell'errore

errorId ErrorIdentifier: l'identificatore dell'errore.

TargetSetupError

public TargetSetupError (String reason, 
                Throwable cause)

Questo costruttore è deprecato.
usa invece TargetSetupError(String, Throwable, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier).

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo e una causa.

Parametri
reason String: un messaggio di errore dettagliato.

cause Throwable: un Throwable che acquisisce la causa originale dell'errore TargetSetupError

TargetSetupError

public TargetSetupError (String reason, 
                Throwable cause, 
                DeviceDescriptor descriptor)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo e una causa.

Parametri
reason String: un messaggio di errore dettagliato.

cause Throwable: un Throwable che cattura la causa originale dell'errore TargetSetupError.

descriptor DeviceDescriptor: il descrittore del dispositivo in questione può essere nullo.

TargetSetupError

public TargetSetupError (String reason, 
                Throwable cause, 
                DeviceDescriptor descriptor, 
                boolean deviceSide)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo e una causa.

Parametri
reason String: un messaggio di errore dettagliato.

cause Throwable: un Throwable che acquisisce la causa originale dell'errore TargetSetupError

descriptor DeviceDescriptor: il descrittore del dispositivo in questione può essere nullo.

deviceSide boolean: indica se l'eccezione è stata generata o meno a causa di un errore lato dispositivo.

TargetSetupError

public TargetSetupError (String reason, 
                Throwable cause, 
                DeviceDescriptor descriptor, 
                boolean deviceSide, 
                ErrorIdentifier errorId)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo e una causa.

Parametri
reason String: un messaggio di errore dettagliato.

cause Throwable: un Throwable che acquisisce la causa originale dell'errore TargetSetupError

descriptor DeviceDescriptor: il descrittore del dispositivo interessato, può essere nullo.

deviceSide boolean: indica se l'eccezione è stata generata o meno a causa di un errore lato dispositivo.

errorId ErrorIdentifier: l'identificatore dell'errore.

TargetSetupError

public TargetSetupError (String reason, 
                Throwable cause, 
                DeviceDescriptor descriptor, 
                ErrorIdentifier errorId)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo e una causa.

Parametri
reason String: un messaggio di errore dettagliato.

cause Throwable: un Throwable che cattura la causa originale dell'errore TargetSetupError.

descriptor DeviceDescriptor: il descrittore del dispositivo interessato, può essere nullo.

errorId ErrorIdentifier: l'identificatore dell'errore.

TargetSetupError

public TargetSetupError (String reason, 
                Throwable cause, 
                ErrorIdentifier errorId)

Costruisce un nuovo (@link TargetSetupError} con un messaggio di errore significativo e una causa.

Parametri
reason String: un messaggio di errore dettagliato.

cause Throwable: un Throwable che acquisisce la causa originale dell'errore TargetSetupError

errorId ErrorIdentifier: l'identificatore dell'errore.

Metodi pubblici

getDeviceSerial

public String getDeviceSerial ()

Restituisci il numero di serie del dispositivo interessato da TargetSetupError. Può essere null.

Ritorni
String