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 (String msg, Throwable cause, ErrorIdentifier error, rejectedObjects) ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error, rejectedObjects) Bir |
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 asıl nedenini temsil eden Throwable |
error | ErrorIdentifier : İstisna ile 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 asıl nedenini temsil eden Throwable |
error | ErrorIdentifier : İstisna ile ilişkili ErrorIdentifier |
rejectedObjects |
Genel yöntemler
GetRejectedObjects
publicgetRejectedObjects ()
Reddedilen nesne sınıfının haritasını döndürür.
İadeler | |
---|---|