目标设置错误
public
class
TargetSetupError
extends HarnessException
java.lang.Object | ||
↳ | com.android.tradefed.error.HarnessException | |
↳ | com.android.tradefed.targetprep.TargetSetupError |
准备目标以进行测试时发生严重错误。
摘要
公共构造函数 | |
---|---|
TargetSetupError(String reason)
此构造函数已废弃。
请改用 |
|
TargetSetupError(String reason, DeviceDescriptor descriptor)
构造一个包含有意义的错误消息的新 {@link TargetSetupError}。 |
|
TargetSetupError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)
构造一个包含有意义的错误消息的新 (@link TargetSetupError})。 |
|
TargetSetupError(String reason, ErrorIdentifier errorId)
构造一个包含有意义的错误消息的新 {@link TargetSetupError}。 |
|
TargetSetupError(String reason, Throwable cause)
|
|
TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor)
构造一个新的 (@link TargetSetupError},并附带有意义的错误消息和原因。 |
|
TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor, boolean deviceSide)
构造一个新的 (@link TargetSetupError},并附带有意义的错误消息和原因。 |
|
TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor, boolean deviceSide, ErrorIdentifier errorId)
构造一个新的 (@link TargetSetupError},并附带有意义的错误消息和原因。 |
|
TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor, ErrorIdentifier errorId)
构造一个新的 (@link TargetSetupError},并附带有意义的错误消息和原因。 |
|
TargetSetupError(String reason, Throwable cause, ErrorIdentifier errorId)
构造一个新的 (@link TargetSetupError},并附带有意义的错误消息和原因。 |
公共方法 | |
---|---|
String
|
getDeviceSerial()
返回受 TargetSetupError 影响的设备的序列号。 |
公共构造函数
TargetSetupError
public TargetSetupError (String reason)
此构造函数已废弃。
改用 TargetSetupError(String, com.android.tradefed.command.remote.DeviceDescriptor)
。
构造一个包含有意义的错误消息的新 (@link TargetSetupError})。
参数 | |
---|---|
reason |
String :用于说明错误原因的错误消息 |
TargetSetupError
public TargetSetupError (String reason, DeviceDescriptor descriptor)
构建一个包含有意义的错误消息的新 {@link TargetSetupError}。
参数 | |
---|---|
reason |
String :用于说明错误原因的错误消息 |
descriptor |
DeviceDescriptor :相关设备的描述符 |
TargetSetupError
public TargetSetupError (String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)
构建一个包含有意义的错误消息的新 {@link TargetSetupError}。
参数 | |
---|---|
reason |
String :用于说明错误原因的错误消息 |
descriptor |
DeviceDescriptor :相关设备的描述符 |
errorId |
ErrorIdentifier :此错误的错误标识符。 |
目标设置错误
public TargetSetupError (String reason, ErrorIdentifier errorId)
构建一个包含有意义的错误消息的新 {@link TargetSetupError}。
参数 | |
---|---|
reason |
String :用于说明错误原因的错误消息 |
errorId |
ErrorIdentifier :此错误的错误标识符。 |
TargetSetupError
public TargetSetupError (String reason, Throwable cause)
构造一个包含有意义的错误消息和原因的新 {@link TargetSetupError}。
参数 | |
---|---|
reason |
String :详细的错误消息。 |
cause |
Throwable :用于捕获 TargetSetupError 原始原因的 Throwable |
TargetSetupError
public TargetSetupError (String reason, Throwable cause, DeviceDescriptor descriptor)
构造一个包含有意义的错误消息和原因的新 {@link TargetSetupError}。
参数 | |
---|---|
reason |
String :详细的错误消息。 |
cause |
Throwable :用于捕获 TargetSetupError 原始原因的 Throwable |
descriptor |
DeviceDescriptor :相关设备的描述符,可以为 null。 |
TargetSetupError
public TargetSetupError (String reason, Throwable cause, DeviceDescriptor descriptor, boolean deviceSide)
构造一个包含有意义的错误消息和原因的新 {@link TargetSetupError}。
参数 | |
---|---|
reason |
String :详细的错误消息。 |
cause |
Throwable :用于捕获 TargetSetupError 原始原因的 Throwable |
descriptor |
DeviceDescriptor :相关设备的描述符,可以为 null。 |
deviceSide |
boolean :异常是否因设备端错误而生成。 |
TargetSetupError
public TargetSetupError (String reason, Throwable cause, DeviceDescriptor descriptor, boolean deviceSide, ErrorIdentifier errorId)
构造一个包含有意义的错误消息和原因的新 {@link TargetSetupError}。
参数 | |
---|---|
reason |
String :详细的错误消息。 |
cause |
Throwable :用于捕获 TargetSetupError 原始原因的 Throwable |
descriptor |
DeviceDescriptor :相关设备的描述符,可以为 null。 |
deviceSide |
boolean :异常是否因设备端错误而生成。 |
errorId |
ErrorIdentifier :此错误的错误标识符。 |
目标设置错误
public TargetSetupError (String reason, Throwable cause, DeviceDescriptor descriptor, ErrorIdentifier errorId)
构造一个包含有意义的错误消息和原因的新 {@link TargetSetupError}。
参数 | |
---|---|
reason |
String :详细错误消息。 |
cause |
Throwable :用于捕获 TargetSetupError 原始原因的 Throwable |
descriptor |
DeviceDescriptor :相关设备的描述符,可以为 null。 |
errorId |
ErrorIdentifier :此错误的错误标识符。 |
目标设置错误
public TargetSetupError (String reason, Throwable cause, ErrorIdentifier errorId)
构造一个包含有意义的错误消息和原因的新 {@link TargetSetupError}。
参数 | |
---|---|
reason |
String :详细的错误消息。 |
cause |
Throwable :用于捕获 TargetSetupError 原始原因的 Throwable |
errorId |
ErrorIdentifier :此错误的错误标识符。 |
公共方法
getDeviceSerial
public String getDeviceSerial ()
返回受 TargetSetupError 影响的设备的序列号。可以为 null。
返回 | |
---|---|
String |