ConfigurationException

public class ConfigurationException
extends HarnessException

java.lang.object
com.android.tradefed.error.HarnessException
com.android.tradefed.config.ConfigurationException


اگر پیکربندی بارگیری نشد، پرتاب می‌شود.

خلاصه

سازندگان عمومی

ConfigurationException (String msg)

یک ConfigurationException ایجاد می کند.

ConfigurationException (String msg, ErrorIdentifier error)

یک ConfigurationException ایجاد می کند.

ConfigurationException (String msg, Throwable cause)

یک ConfigurationException ایجاد می کند.

ConfigurationException (String msg, Throwable cause, ErrorIdentifier error)

یک ConfigurationException ایجاد می کند.

سازندگان عمومی

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 مرتبط با استثنا