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 | |||
החריג שמוחזר אם לא ניתן לטעון את ההגדרה.
סיכום
constructors ציבוריים | |
|---|---|
ConfigurationException(String msg)
יצירת |
|
ConfigurationException(String msg, ErrorIdentifier error)
יצירת |
|
ConfigurationException(String msg, Throwable cause)
יצירת |
|
ConfigurationException(String msg, Throwable cause, ErrorIdentifier error)
יצירת |
|
constructors ציבוריים
ConfigurationException
public ConfigurationException (String msg)
יצירת ConfigurationException.
| פרמטרים | |
|---|---|
msg |
String: הודעת שגיאה משמעותית |
ConfigurationException
public ConfigurationException (String msg,
ErrorIdentifier error)יצירת ConfigurationException.
| פרמטרים | |
|---|---|
msg |
String: הודעת שגיאה משמעותית |
error |
ErrorIdentifier: ErrorIdentifier שמשויך לחריג |
ConfigurationException
public ConfigurationException (String msg,
Throwable cause)יצירת ConfigurationException.
| פרמטרים | |
|---|---|
msg |
String: הודעת שגיאה משמעותית |
cause |
Throwable: Throwable שמייצג את הסיבה המקורית לשגיאה |
ConfigurationException
public ConfigurationException (String msg,
Throwable cause,
ErrorIdentifier error)יצירת ConfigurationException.
| פרמטרים | |
|---|---|
msg |
String: הודעת שגיאה משמעותית |
cause |
Throwable: Throwable שמייצג את הסיבה המקורית לשגיאה |
error |
ErrorIdentifier: ErrorIdentifier שמשויך לחריג |