DeviceRuntimeException

public class DeviceRuntimeException
extends HarnessRuntimeException

Java.lang.Nesne
🎃 com.android.tradefed.error.HarnessRuntimeException
  🎃 com.android.tradefed.device.DeviceRuntimeException


Bir cihaz işlemi beklenen sonuçları sağlamadığında verilir.

Örneğin: "pm liste kullanıcıları" kullanıcı listesini döndürmesi büyük ölçüde beklenmektedir ancak bir hata oluştuğundan DeviceRuntimeException olarak yükseltilmelidir.

Özet

Kamu inşaatçıları

DeviceRuntimeException(String msg, ErrorIdentifier errorId)

DeviceRuntimeException oluşturur.

DeviceRuntimeException(String msg, Throwable t, ErrorIdentifier errorId)

DeviceRuntimeException oluşturur.

Kamu inşaatçıları

DeviceRuntimeException

public DeviceRuntimeException (String msg, 
                ErrorIdentifier errorId)

DeviceRuntimeException oluşturur.

Parametreler
msg String: Hatanın açıklayıcı hata mesajı.

errorId ErrorIdentifier: İstisnanın kategorisini belirleyen ErrorIdentifier.

DeviceRuntimeException

public DeviceRuntimeException (String msg, 
                Throwable t, 
                ErrorIdentifier errorId)

DeviceRuntimeException oluşturur.

Parametreler
msg String: Hatanın açıklayıcı hata mesajı

t Throwable: DeviceRuntimeException içinde yer alması gereken Throwable.

errorId ErrorIdentifier: İstisnanın kategorisini belirleyen ErrorIdentifier.