TargetSetupError

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, com.android.tradefed.command.remote.DeviceDescriptor) を使用してください。

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, Throwable, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier) を使用してください。

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 の影響を受けたデバイスのシリアルを返します。

パブリック コンストラクタ

TargetSetupError

public TargetSetupError (String reason)

<ph type="x-smartling-placeholder"></ph> このコンストラクタは非推奨となりました。
代わりに TargetSetupError(String, com.android.tradefed.command.remote.DeviceDescriptor) を使用してください。

意味のあるエラー メッセージを含む新しい (@link TargetSetupError} を作成します。

パラメータ
reason String: エラーの原因を説明するエラー メッセージ

TargetSetupError

public TargetSetupError (String reason, 
                ErrorIdentifier errorId)

意味のあるエラー メッセージを含む新しい (@link TargetSetupError} を作成します。

パラメータ
reason String: エラーの原因を説明するエラー メッセージ

errorId ErrorIdentifier: このエラーのエラー ID。

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, 
                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: TargetSetupError の元の原因をキャプチャする Throwable

TargetSetupError

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

意味のあるエラー メッセージと原因を含む新しい (@link TargetSetupError} を作成します。

パラメータ
reason String: 詳細なエラー メッセージ。

cause Throwable: TargetSetupError の元の原因をキャプチャする Throwable

errorId ErrorIdentifier: このエラーのエラー ID。

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, 
                ErrorIdentifier errorId)

意味のあるエラー メッセージと原因を含む新しい (@link TargetSetupError} を作成します。

パラメータ
reason String: 詳細なエラー メッセージ。

cause Throwable: TargetSetupError の元の原因をキャプチャする Throwable

descriptor DeviceDescriptor: 該当するデバイスの記述子。null にできます。

errorId ErrorIdentifier: このエラーのエラー ID。

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: このエラーのエラー ID。

パブリック メソッド

getDeviceSerial

public String getDeviceSerial ()

TargetSetupError の影響を受けたデバイスのシリアルを返します。null の場合もあります。

戻り値
String