SandboxConfigurationException
public
class
SandboxConfigurationException
extends ConfigurationException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | com.android.tradefed.error.HarnessException | ||||
| ↳ | com.android.tradefed.config.ConfigurationException | ||||
| ↳ | com.android.tradefed.sandbox.SandboxConfigurationException | ||||
Spezielle Konfigurationsausnahme, die von der Sandbox-Einrichtung stammt.
Zusammenfassung
Öffentliche Konstruktoren | |
|---|---|
SandboxConfigurationException(String msg, ErrorIdentifier error)
Erstellt einen |
|
SandboxConfigurationException(String msg, Throwable cause, ErrorIdentifier error)
Erstellt einen |
|
Öffentliche Konstruktoren
SandboxConfigurationException
public SandboxConfigurationException (String msg,
ErrorIdentifier error)Erstellt einen SandboxConfigurationException.
| Parameter | |
|---|---|
msg |
String: Eine aussagekräftige Fehlermeldung |
error |
ErrorIdentifier: Der ErrorIdentifier, der mit der Ausnahme verknüpft ist
|
SandboxConfigurationException
public SandboxConfigurationException (String msg,
Throwable cause,
ErrorIdentifier error)Erstellt einen SandboxConfigurationException.
| Parameter | |
|---|---|
msg |
String: Eine aussagekräftige Fehlermeldung |
cause |
Throwable: die Throwable, die die ursprüngliche Ursache des Fehlers darstellt |
error |
ErrorIdentifier: Der ErrorIdentifier, der mit der Ausnahme verknüpft ist
|