ClassNotFoundConfigurationException
public class ClassNotFoundConfigurationException
extends ConfigurationException
java.lang.Nesne | |||||
↳ | java.lang.Atılabilir | ||||
↳ | java.lang.İstisna | ||||
↳ | com.android.tradefed.error.HarnessException | ||||
↳ | com.android.tradefed.config.ConfigurationException | ||||
↳ | com.android.tradefed.config.ClassNotFoundConfigurationException |
ConfigurationException
bir nesne sınıfı bulduk edilmediğinde.
Özet
Kamu inşaatçıları | |
---|---|
ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error, String className, String objectType) Bir oluşturur | |
ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error, rejectedObjects) ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error, rejectedObjects) Bir 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 oluşturur ClassNotFoundConfigurationException
.
parametreler | |
---|---|
msg | String : Anlamlı bir hata mesajı |
cause | Throwable : Throwable hatasının orijinal nedenini temsil |
error | ErrorIdentifier : ErrorIdentifier durumla ilişkilendirilmiş |
className | String : bulunmadı nesnenin sınıf |
objectType | String : bulunmadı nesnenin Tradefed nesne türü |
ClassNotFoundConfigurationException
public ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error,rejectedObjects)
Bir oluşturur ClassNotFoundConfigurationException
.
parametreler | |
---|---|
msg | String : Anlamlı bir hata mesajı |
cause | Throwable : Throwable hatasının orijinal nedenini temsil |
error | ErrorIdentifier : ErrorIdentifier durumla ilişkilendirilmiş |
rejectedObjects |
Genel yöntemler
getRejectedObjects
publicgetRejectedObjects ()
Reddedilen nesne sınıfının haritasını döndürür.
İadeler | |
---|---|