ConfigurationException
public class ConfigurationException
extends HarnessException
java.lang.Object | ||
↳ | com.android.tradefed.error.HarnessException | |
↳ | com.android.tradefed.config.ConfigurationException |
Wird ausgelöst, wenn die Konfiguration nicht geladen werden konnte.
Zusammenfassung
Öffentliche Konstrukteure | |
---|---|
ConfigurationException (String msg) Erstellt eine | |
ConfigurationException (String msg, ErrorIdentifier error) Erstellt eine | |
ConfigurationException (String msg, Throwable cause) Erstellt eine | |
ConfigurationException (String msg, Throwable cause, ErrorIdentifier error) Erstellt eine |
Öffentliche Konstrukteure
ConfigurationException
public ConfigurationException (String msg)
Erstellt eine ConfigurationException
.
Parameter | |
---|---|
msg | String : eine aussagekräftige Fehlermeldung |
ConfigurationException
public ConfigurationException (String msg, ErrorIdentifier error)
Erstellt eine ConfigurationException
.
Parameter | |
---|---|
msg | String : eine aussagekräftige Fehlermeldung |
error | ErrorIdentifier : Der der Ausnahme zugeordnete ErrorIdentifier |
ConfigurationException
public ConfigurationException (String msg, Throwable cause)
Erstellt eine ConfigurationException
.
Parameter | |
---|---|
msg | String : eine aussagekräftige Fehlermeldung |
cause | Throwable : der ERROR(/Throwable) , der die ursprüngliche Ursache des Fehlers darstellt |
ConfigurationException
public ConfigurationException (String msg, Throwable cause, ErrorIdentifier error)
Erstellt eine ConfigurationException
.
Parameter | |
---|---|
msg | String : eine aussagekräftige Fehlermeldung |
cause | Throwable : der ERROR(/Throwable) , der die ursprüngliche Ursache des Fehlers darstellt |
error | ErrorIdentifier : Der der Ausnahme zugeordnete ErrorIdentifier |