FatalHostError

public class FatalHostError
extends HarnessRuntimeException

java.lang.Nesne
\t com.android.tradefed.error.HarnessRuntimeException
     ↳ com.android.tradefed.command.FatalHostError


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

Özet

Kamu inşaatçıları

FatalHostError(String msg)

Bir FatalHostError oluşturur.

FatalHostError(String msg, ErrorIdentifier errorId)

Bir FatalHostError oluşturur.

FatalHostError(String msg, Throwable cause)

Bir FatalHostError oluşturur.

FatalHostError(String msg, Throwable cause, ErrorIdentifier errorId)

Bir FatalHostError oluşturur.

Kamu inşaatçıları

FatalHost Hatası

public FatalHostError (String msg)

Bir 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ı

Şu kaynakları da inceleyin:

FatalHostError

public FatalHostError (String msg, 
                Throwable cause)

Bir 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)

Bir 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ı