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,
Crée un objet |
|
ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, String className, String objectType)
Crée un objet |
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,rejectedObjects)
Crée un ClassNotFoundConfigurationException
.
Paramètres | |
---|---|
msg |
String : message d'erreur clair |
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é. |
ClassNotFoundConfigurationException
public ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error, String className, String objectType)
Crée un ClassNotFoundConfigurationException
.
Paramètres | |
---|---|
msg |
String : message d'erreur clair |
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 |
Méthodes publiques
getRejectedObjects
publicgetRejectedObjects ()
Renvoie la mappe de la classe d'objets refusée.
Renvoie | |
---|---|
|