Error TargetSetupError
public
class
TargetSetupError
extends HarnessException
Objeto java.lang. | ||
↳ | com.android.tradefed.error.HarnessException | |
↳ | com.android.tradefed.targetprep.TargetSetupError |
Se produjo un error irrecuperable mientras se preparaba el destino para la prueba.
Resumen
Constructores públicos | |
---|---|
TargetSetupError(String reason)
Este constructor dejó de estar disponible.
usa |
|
TargetSetupError(String reason, ErrorIdentifier errorId)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo. |
|
TargetSetupError(String reason, DeviceDescriptor descriptor)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo. |
|
TargetSetupError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo. |
|
TargetSetupError(String reason, Throwable cause)
Este constructor dejó de estar disponible.
usa |
|
TargetSetupError(String reason, Throwable cause, ErrorIdentifier errorId)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo y una causa). |
|
TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo y una causa). |
|
TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor, ErrorIdentifier errorId)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo y una causa). |
|
TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor, boolean deviceSide)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo y una causa). |
|
TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor, boolean deviceSide, ErrorIdentifier errorId)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo y una causa). |
Métodos públicos | |
---|---|
String
|
getDeviceSerial()
Muestra la serie del dispositivo afectado por el error TargetSetupError. |
Constructores públicos
Error TargetSetupError
public TargetSetupError (String reason)
Este constructor dejó de estar disponible.
usa TargetSetupError(String, com.android.tradefed.command.remote.DeviceDescriptor)
en su lugar.
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo.
Parámetros | |
---|---|
reason |
String : Es un mensaje de error que describe la causa del error. |
Error TargetSetupError
public TargetSetupError (String reason, ErrorIdentifier errorId)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo.
Parámetros | |
---|---|
reason |
String : Es un mensaje de error que describe la causa del error. |
errorId |
ErrorIdentifier : Es el identificador de este error. |
Error TargetSetupError
public TargetSetupError (String reason, DeviceDescriptor descriptor)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo.
Parámetros | |
---|---|
reason |
String : Es un mensaje de error que describe la causa del error. |
descriptor |
DeviceDescriptor : El descriptor del dispositivo en cuestión |
Error TargetSetupError
public TargetSetupError (String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo.
Parámetros | |
---|---|
reason |
String : Es un mensaje de error que describe la causa del error. |
descriptor |
DeviceDescriptor : El descriptor del dispositivo en cuestión |
errorId |
ErrorIdentifier : Es el identificador de este error. |
Error TargetSetupError
public TargetSetupError (String reason, Throwable cause)
Este constructor dejó de estar disponible.
usa TargetSetupError(String, Throwable, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier)
en su lugar.
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo y una causa).
Parámetros | |
---|---|
reason |
String : Un mensaje de error detallado. |
cause |
Throwable : Es un Throwable que captura la causa original del TargetSetupError. |
Error TargetSetupError
public TargetSetupError (String reason, Throwable cause, ErrorIdentifier errorId)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo y una causa).
Parámetros | |
---|---|
reason |
String : Un mensaje de error detallado. |
cause |
Throwable : Es un Throwable que captura la causa original del TargetSetupError. |
errorId |
ErrorIdentifier : Es el identificador de este error. |
Error TargetSetupError
public TargetSetupError (String reason, Throwable cause, DeviceDescriptor descriptor)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo y una causa).
Parámetros | |
---|---|
reason |
String : Un mensaje de error detallado. |
cause |
Throwable : Es un Throwable que captura la causa original del TargetSetupError. |
descriptor |
DeviceDescriptor : El descriptor del dispositivo en cuestión puede ser nulo. |
Error TargetSetupError
public TargetSetupError (String reason, Throwable cause, DeviceDescriptor descriptor, ErrorIdentifier errorId)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo y una causa).
Parámetros | |
---|---|
reason |
String : Un mensaje de error detallado. |
cause |
Throwable : Es un Throwable que captura la causa original del TargetSetupError. |
descriptor |
DeviceDescriptor : El descriptor del dispositivo en cuestión puede ser nulo. |
errorId |
ErrorIdentifier : Es el identificador de este error. |
Error TargetSetupError
public TargetSetupError (String reason, Throwable cause, DeviceDescriptor descriptor, boolean deviceSide)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo y una causa).
Parámetros | |
---|---|
reason |
String : Un mensaje de error detallado. |
cause |
Throwable : Es un Throwable que captura la causa original del TargetSetupError. |
descriptor |
DeviceDescriptor : El descriptor del dispositivo en cuestión puede ser nulo. |
deviceSide |
boolean : Indica si la excepción se genera o no debido a un error lateral del dispositivo. |
Error TargetSetupError
public TargetSetupError (String reason, Throwable cause, DeviceDescriptor descriptor, boolean deviceSide, ErrorIdentifier errorId)
Crea un nuevo (@link TargetSetupError} con un mensaje de error significativo y una causa).
Parámetros | |
---|---|
reason |
String : Un mensaje de error detallado. |
cause |
Throwable : Es un Throwable que captura la causa original del TargetSetupError. |
descriptor |
DeviceDescriptor : El descriptor del dispositivo en cuestión puede ser nulo. |
deviceSide |
boolean : Indica si la excepción se genera o no debido a un error lateral del dispositivo. |
errorId |
ErrorIdentifier : Es el identificador de este error. |
Métodos públicos
getDeviceSerial
public String getDeviceSerial ()
Muestra la serie del dispositivo afectado por el error TargetSetupError. Puede ser nulo.
Muestra | |
---|---|
String |