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 oluşturucular | |
|---|---|
ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, String className, String objectType)
|
|
ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, Map<String, String> rejectedObjects)
|
|
Herkese açık yöntemler | |
|---|---|
Map<String, String>
|
getRejectedObjects()
Reddedilen nesne sınıfının haritasını döndürür. |
Herkese açık oluşturucular
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: Hataya neden olan asıl 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,
Map<String, String> rejectedObjects)ClassNotFoundConfigurationException oluşturur.
| Parametreler | |
|---|---|
msg |
String: anlamlı bir hata mesajı |
cause |
Throwable: Hataya neden olan asıl Throwable |
error |
ErrorIdentifier: İstisnayla ilişkili ErrorIdentifier |
rejectedObjects |
Map: Yüklenemeyen nesnelerin haritası. |
Herkese açık yöntemler
getRejectedObjects
public Map<String, String> getRejectedObjects ()
Reddedilen nesne sınıfının haritasını döndürür.
| İadeler | |
|---|---|
Map<String, String> |
|