ConfigurationException

public class ConfigurationException
extends HarnessException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.android.tradefed.error.HarnessException
         ↳ com.android.tradefed.config.ConfigurationException


Wyjątek zgłaszany, gdy nie udało się wczytać konfiguracji.

Podsumowanie

Konstruktory publiczne

ConfigurationException(String msg)

Tworzy ConfigurationException.

ConfigurationException(String msg, ErrorIdentifier error)

Tworzy ConfigurationException.

ConfigurationException(String msg, Throwable cause)

Tworzy ConfigurationException.

ConfigurationException(String msg, Throwable cause, ErrorIdentifier error)

Tworzy ConfigurationException.

Konstruktory publiczne

ConfigurationException

public ConfigurationException (String msg)

Tworzy ConfigurationException.

Parametry
msg String: zrozumiały komunikat o błędzie,

ConfigurationException

public ConfigurationException (String msg, 
                ErrorIdentifier error)

Tworzy ConfigurationException.

Parametry
msg String: zrozumiały komunikat o błędzie,

error ErrorIdentifier: ErrorIdentifier powiązany z wyjątkiem

ConfigurationException

public ConfigurationException (String msg, 
                Throwable cause)

Tworzy ConfigurationException.

Parametry
msg String: zrozumiały komunikat o błędzie,

cause Throwable: Throwable, który reprezentuje pierwotną przyczynę błędu.

ConfigurationException

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

Tworzy ConfigurationException.

Parametry
msg String: zrozumiały komunikat o błędzie,

cause Throwable: Throwable, który reprezentuje pierwotną przyczynę błędu.

error ErrorIdentifier: ErrorIdentifier powiązany z wyjątkiem