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 lorsque la classe d'un objet est introuvable.

Résumé

Constructeurs publics

ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, String className, String objectType)

Crée un ClassNotFoundConfigurationException.

ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, rejectedObjects)

Crée un ClassNotFoundConfigurationException.

Méthodes publiques

getRejectedObjects()

Affiche le mappage de la classe d'objet qui a été refusée.

Constructeurs publics

ClassNotFoundConfigurationException

public ClassNotFoundConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error, 
                String className, 
                String objectType)

Crée un ClassNotFoundConfigurationException.

Paramètres
msg String: message d'erreur significatif

cause Throwable: Throwable représentant la cause initiale de l'erreur.

error ErrorIdentifier: ErrorIdentifier associé à l'exception

className String: classe de l'objet introuvable.

objectType String: type d'objet Tradefed de l'objet introuvable

ClassNotFoundConfigurationException

public ClassNotFoundConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error, 
                 rejectedObjects)

Crée un ClassNotFoundConfigurationException.

Paramètres
msg String: message d'erreur significatif

cause Throwable: Throwable représentant la cause initiale de l'erreur.

error ErrorIdentifier: ErrorIdentifier associé à l'exception

rejectedObjects : carte des objets dont le chargement a échoué.

Méthodes publiques

getRefuséObjects

public  getRejectedObjects ()

Affiche le mappage de la classe d'objet qui a été refusée.

Renvoie