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