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ı bulunamadığında ConfigurationException.
Özet
| Herkese açık kurucular | |
|---|---|
| 
      ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, Bir  | |
| 
      ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, String className, String objectType)
      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, 
                 rejectedObjects) Bir ClassNotFoundConfigurationException oluşturur.
| Parametreler | |
|---|---|
| msg | String: Anlamlı bir hata mesajı | 
| cause | Throwable: Hatanın asıl nedenini temsil edenThrowable | 
| error | ErrorIdentifier: İstisnayla ilişkiliErrorIdentifier | 
| rejectedObjects | : Yüklenememiş nesnelerin haritası. | 
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 edenThrowable | 
| error | ErrorIdentifier: İstisnayla ilişkiliErrorIdentifier | 
| className | String: Bulunamayan nesnenin sınıfı | 
| objectType | String: Bulunmayan nesnenin Tradefed nesne türü | 
Herkese açık yöntemler
getRejectedObjects
publicgetRejectedObjects () 
Reddedilen nesne sınıfının haritasını döndürür.
| İlerlemeler | |
|---|---|
|  | |
