ConfigurationException
public class ConfigurationException
extends HarnessException
java.lang.object | ||
↳ | com.android.tradefed.error.HarnessException | |
↳ | com.android.tradefed.config.ConfigurationException |
اگر پیکربندی بارگیری نشد، پرتاب میشود.
خلاصه
سازندگان عمومی | |
---|---|
ConfigurationException (String msg) یک | |
ConfigurationException (String msg, ErrorIdentifier error) یک | |
ConfigurationException (String msg, Throwable cause) یک | |
ConfigurationException (String msg, Throwable cause, ErrorIdentifier error) یک |
سازندگان عمومی
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 مرتبط با استثنا |