ClassNotFoundConfigurationException

public class ClassNotFoundConfigurationException
extends ConfigurationException

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


Bir nesnenin sınıfının bulunmadığı durumlar için ConfigurationException .

Özet

Kamu inşaatçıları

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

Bir ClassNotFoundConfigurationException oluşturur.

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

Bir ClassNotFoundConfigurationException oluşturur.

Genel yöntemler

getRejectedObjects ()

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

Kamu inşaatçıları

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 orijinal nedenini temsil eden Throwable

error ErrorIdentifier : İstisnayla ilişkili ErrorIdentifier

className String : Bulunamayan nesnenin sınıfı

objectType String : Bulunamayan nesnenin Tradefed nesne türü

ClassNotFoundConfigurationException

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

Bir ClassNotFoundConfigurationException oluşturur.

Parametreler
msg String : anlamlı bir hata mesajı

cause Throwable : Hatanın orijinal nedenini temsil eden Throwable

error ErrorIdentifier : İstisnayla ilişkili ErrorIdentifier

rejectedObjects : Yüklenemeyen nesnelerin haritası.

Genel yöntemler

getRejectedObjects

public  getRejectedObjects ()

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

İadeler