ClassNotFoundConfigurationException

public class ClassNotFoundConfigurationException
extends ConfigurationException

Java.lang.Nesne
🎃 com.android.tradefed.error.HarnessException
  🎃 com.android.tradefed.config.ConfigurationException
    🎃 com.android.tradefed.config.ClassNotFoundConfigurationException


Bir nesnenin sınıfı bulunamadığında ConfigurationException.

Özet

Kamu inşaatçıları

ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, String className, String objectType)

ClassNotFoundConfigurationException oluşturur.

ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, rejectedObjects)

ClassNotFoundConfigurationException oluşturur.

Herkese açık yöntemler

getRejectedObjects()

Reddedilen nesne sınıfı haritasını döndürür.

Kamu inşaatçıları

ClassNotFoundConfigurationException

public ClassNotFoundConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error, 
                String className, 
                String objectType)

ClassNotFoundConfigurationException oluşturur.

Parametreler
msg String: Anlamlı bir hata mesajı

cause Throwable: hatanın asıl nedenini temsil eden Throwable

error ErrorIdentifier: İstisnayla ilişkilendirilen ErrorIdentifier

className String: bulunamayan nesnenin sınıfı

objectType String: Bulunmayan nesnenin Tradefed nesne türü

ClassNotFoundConfigurationException

public ClassNotFoundConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error, 
                 rejectedObjects)

ClassNotFoundConfigurationException oluşturur.

Parametreler
msg String: Anlamlı bir hata mesajı

cause Throwable: hatanın asıl nedenini temsil eden Throwable

error ErrorIdentifier: İstisnayla ilişkilendirilen ErrorIdentifier

rejectedObjects : Yüklenmeyen nesnelerin haritası.

Herkese açık yöntemler

getredObjects

public  getRejectedObjects ()

Reddedilen nesne sınıfı haritasını döndürür.

İlerlemeler