Konfigurationsausnahme

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 Konstruktoren

ConfigurationException(String msg)

Erstellt ein ConfigurationException.

ConfigurationException(String msg, ErrorIdentifier error)

Erstellt ein ConfigurationException.

ConfigurationException(String msg, Throwable cause)

Erstellt ein ConfigurationException.

ConfigurationException(String msg, Throwable cause, ErrorIdentifier error)

Erstellt ein ConfigurationException.

Öffentliche Konstruktoren

Konfigurationsausnahme

public ConfigurationException (String msg)

Erstellt ein ConfigurationException.

Parameter
msg String: eine sinnvolle Fehlermeldung

Konfigurationsausnahme

public ConfigurationException (String msg, 
                ErrorIdentifier error)

Erstellt ein ConfigurationException.

Parameter
msg String: eine sinnvolle Fehlermeldung

error ErrorIdentifier: Die mit der Ausnahme verknüpfte ErrorIdentifier

Konfigurationsausnahme

public ConfigurationException (String msg, 
                Throwable cause)

Erstellt ein ConfigurationException.

Parameter
msg String: eine sinnvolle Fehlermeldung

cause Throwable: die Throwable, die die ursprüngliche Ursache des Fehlers darstellt

Konfigurationsausnahme

public ConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error)

Erstellt ein ConfigurationException.

Parameter
msg String: eine sinnvolle Fehlermeldung

cause Throwable: die Throwable, die die ursprüngliche Ursache des Fehlers darstellt

error ErrorIdentifier: Die mit der Ausnahme verknüpfte ErrorIdentifier