استثنای پیکربندی جعبه شنی

public class SandboxConfigurationException
extends ConfigurationException

شیء جاوا
جاوا.زبان.قابل پرتاب
استثنای جاوا
com.android.tradefed.error.HarnessException
com.android.tradefed.config.ConfigurationException
com.android.tradefed.sandbox.SandboxConfigurationException


استثنای پیکربندی ویژه ناشی از تنظیمات Sandbox.

خلاصه

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

SandboxConfigurationException (String msg, ErrorIdentifier error)

یک SandboxConfigurationException ایجاد می‌کند.

SandboxConfigurationException (String msg, Throwable cause, ErrorIdentifier error)

یک SandboxConfigurationException ایجاد می‌کند.

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

استثنای پیکربندی جعبه شنی

public SandboxConfigurationException (String msg, 
                ErrorIdentifier error)

یک SandboxConfigurationException ایجاد می‌کند.

پارامترها
msg String : یک پیام خطای معنادار

error ErrorIdentifier : ErrorIdentifier مرتبط با استثنا

استثنای پیکربندی جعبه شنی

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

یک SandboxConfigurationException ایجاد می‌کند.

پارامترها
msg String : یک پیام خطای معنادار

cause Throwable : Throwable که نشان دهنده علت اصلی خطا است.

error ErrorIdentifier : ErrorIdentifier مرتبط با استثنا