ClassNotFoundConfigurationException
  public
  
  
  
  class
  ClassNotFoundConfigurationException
  
  
  
  
  
  
  
    extends ConfigurationException
  
  
  
  
  
  
| java.lang.Object | |||
| ↳ | com.android.tradefed.error.HarnessException | ||
| ↳ | com.android.tradefed.config.ConfigurationException | ||
| ↳ | com.android.tradefed.config.ClassNotFoundConfigurationException | ||
ConfigurationException for when the class of an object is not found.
Summary
| Public constructors | |
|---|---|
| 
      ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, Creates a  | |
| 
      ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, String className, String objectType)
      Creates a  | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
         | 
      getRejectedObjects()
      Returns the map of object class that was rejected. | 
Public constructors
ClassNotFoundConfigurationException
public ClassNotFoundConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error, 
                 rejectedObjects) Creates a ClassNotFoundConfigurationException.
| Parameters | |
|---|---|
| msg | String: a meaningful error message | 
| cause | Throwable: theThrowablethat represents the original cause of the error | 
| error | ErrorIdentifier: TheErrorIdentifierassociated with the exception | 
| rejectedObjects | : The map of objects that failed loading. | 
ClassNotFoundConfigurationException
public ClassNotFoundConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error, 
                String className, 
                String objectType)Creates a ClassNotFoundConfigurationException.
| Parameters | |
|---|---|
| msg | String: a meaningful error message | 
| cause | Throwable: theThrowablethat represents the original cause of the error | 
| error | ErrorIdentifier: TheErrorIdentifierassociated with the exception | 
| className | String: the class of the object that was not found | 
| objectType | String: the Tradefed object type of the object that was not found | 
Public methods
getRejectedObjects
publicgetRejectedObjects () 
Returns the map of object class that was rejected.
| Returns | |
|---|---|
|  | |
