TargetSetupError
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 : このエラーのエラー ID。 |
TargetSetupError
public TargetSetupError (String reason, ErrorIdentifier errorId)
意味のあるエラー メッセージを使用して新しい(@link TargetSetupError} を構築します。
パラメータ | |
---|---|
reason |
String : エラーの原因を説明するエラー メッセージ |
errorId |
ErrorIdentifier : このエラーのエラー識別子。 |
TargetSetupError
public TargetSetupError (String reason, Throwable cause)
このコンストラクタは非推奨です。
代わりに TargetSetupError(String, Throwable, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier)
を使用してください。
意味のあるエラー メッセージと原因を指定して、新しい(@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 : このエラーのエラー識別子。 |
TargetSetupError
public TargetSetupError (String reason, Throwable cause, DeviceDescriptor descriptor, ErrorIdentifier errorId)
意味のあるエラー メッセージと原因を指定して、新しい(@link TargetSetupError} を作成します。
パラメータ | |
---|---|
reason |
String : 詳細なエラー メッセージ。 |
cause |
Throwable : TargetSetupError の元の原因をキャプチャした Throwable |
descriptor |
DeviceDescriptor : 該当するデバイスの記述子。null にできます。 |
errorId |
ErrorIdentifier : このエラーのエラー識別子。 |
TargetSetupError
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 |