FatalHostError

public class FatalHostError
extends HarnessRuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.android.tradefed.error.HarnessRuntimeException
           ↳ com.android.tradefed.command.FatalHostError


TradeFederation'ın çalıştığı ana makinede kurtarılamaz önemli bir hata oluştuğunu ve TradeFederation örneğinin kapatılması gerektiğini belirten bir istisna.

Özet

Herkese açık oluşturucular

FatalHostError(String msg)

FatalHostError oluşturur.

FatalHostError(String msg, ErrorIdentifier errorId)

FatalHostError oluşturur.

FatalHostError(String msg, Throwable cause)

FatalHostError oluşturur.

FatalHostError(String msg, Throwable cause, ErrorIdentifier errorId)

FatalHostError oluşturur.

Herkese açık oluşturucular

FatalHostError

public FatalHostError (String msg)

FatalHostError oluşturur.

Parametreler
msg String: Ayrıntılı mesaj

FatalHostError

public FatalHostError (String msg, 
                ErrorIdentifier errorId)

FatalHostError oluşturur.

Parametreler
msg String: Ayrıntılı mesaj

errorId ErrorIdentifier: İlişkili hata tanımlayıcısı

FatalHostError

public FatalHostError (String msg, 
                Throwable cause)

FatalHostError oluşturur.

Parametreler
msg String: Ayrıntılı mesaj

cause Throwable: Önemli ana makine hatasının asıl nedeni.

FatalHostError

public FatalHostError (String msg, 
                Throwable cause, 
                ErrorIdentifier errorId)

FatalHostError oluşturur.

Parametreler
msg String: Ayrıntılı mesaj

cause Throwable: Önemli ana makine hatasının asıl nedeni.

errorId ErrorIdentifier: İlişkili hata tanımlayıcısı