ClassNotFoundConfigurationException

public class ClassNotFoundConfigurationException
extends ConfigurationException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessException
     ↳ com.android.tradefed.config.ConfigurationException
    \t com.android.tradefed.config.ClassNotFoundConfigurationException


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

Özet

Herkese açık kurucular

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

ClassNotFoundConfigurationException oluşturur.

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

Bir 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, 
                 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şkili ErrorIdentifier

rejectedObjects : Yüklenememiş nesnelerin haritası.

ClassNotFoundConfigurationException

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

Bir ClassNotFoundConfigurationException oluşturur.

Parametreler
msg String: Anlamlı bir hata mesajı

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

error ErrorIdentifier: İstisnayla ilişkili ErrorIdentifier

className String: Bulunamayan nesnenin sınıfı

objectType String: Bulunmayan nesnenin Tradefed nesne türü

Herkese açık yöntemler

getRejectedObjects

public  getRejectedObjects ()

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

İlerlemeler