ClassNotFoundConfigurationException
public
class
ClassNotFoundConfigurationException
extends ConfigurationException
java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | com.android.tradefed.error.HarnessException | ||||
↳ | com.android.tradefed.config.ConfigurationException | ||||
↳ | 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, String className, String objectType)
Bir |
|
ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error,
Bir |
Herkese açık yöntemler | |
---|---|
|
getRejectedObjects()
Reddedilen nesne sınıfının haritasını döndürür. |
Herkese açık kurucular
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ü
|
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 asıl nedenini temsil eden Throwable |
error |
ErrorIdentifier : İstisnayla ilişkili ErrorIdentifier |
rejectedObjects |
: Yüklenememiş nesnelerin haritası.
|
Herkese açık yöntemler
getRejectedObjects
publicgetRejectedObjects ()
Reddedilen nesne sınıfının haritasını döndürür.
İlerlemeler | |
---|---|
|