DeviceFailedToBootError
public
class
DeviceFailedToBootError
extends BuildError
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | com.android.tradefed.error.HarnessException | ||||
| ↳ | com.android.tradefed.targetprep.BuildError | ||||
| ↳ | com.android.tradefed.targetprep.DeviceFailedToBootError | ||||
Bir derleme yüklenen cihaz başlatılamazsa oluşturulur.
Özet
Herkese açık oluşturucular | |
|---|---|
DeviceFailedToBootError(String reason, DeviceDescriptor descriptor)
Bu oluşturucunun desteği sonlandırılmıştır.
Bunun yerine |
|
DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)
Ayrıntılı bir hata mesajı içeren yeni bir (@link DeviceFailedToBootError} oluşturur. |
|
DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId)
Ayrıntılı bir hata mesajı içeren yeni bir (@link DeviceFailedToBootError} oluşturur. |
|
Herkese açık oluşturucular
DeviceFailedToBootError
public DeviceFailedToBootError (String reason,
DeviceDescriptor descriptor)
Bu oluşturucunun desteği sonlandırılmıştır.
Bunun yerine DeviceFailedToBootError(String,DeviceDescriptor,ErrorIdentifier)
kullanın
Ayrıntılı bir hata mesajı içeren yeni bir (@link DeviceFailedToBootError} oluşturur.
| Parametreler | |
|---|---|
reason |
String: Başlatma hatasıyla ilgili daha fazla ayrıntı veren bir hata mesajı |
descriptor |
DeviceDescriptor: İstisnadan etkilenen cihazın tanımlayıcısı |
DeviceFailedToBootError
public DeviceFailedToBootError (String reason,
DeviceDescriptor descriptor,
ErrorIdentifier errorId)Ayrıntılı bir hata mesajı içeren yeni bir (@link DeviceFailedToBootError} oluşturur.
| Parametreler | |
|---|---|
reason |
String: Başlatma hatasıyla ilgili daha fazla ayrıntı veren bir hata mesajı |
descriptor |
DeviceDescriptor: İstisnadan etkilenen cihazın tanımlayıcısı |
errorId |
ErrorIdentifier: Bu hatanın hata tanımlayıcısı. |
DeviceFailedToBootError
public DeviceFailedToBootError (String reason,
DeviceDescriptor descriptor,
Throwable cause,
ErrorIdentifier errorId)Ayrıntılı bir hata mesajı içeren yeni bir (@link DeviceFailedToBootError} oluşturur.
| Parametreler | |
|---|---|
reason |
String: Başlatma hatasıyla ilgili daha fazla ayrıntı veren bir hata mesajı |
descriptor |
DeviceDescriptor: İstisnadan etkilenen cihazın tanımlayıcısı |
cause |
Throwable: İstisnanın asıl nedeni |
errorId |
ErrorIdentifier: Bu hatanın hata tanımlayıcısı. |