SandboxConfigurationException
 public class SandboxConfigurationException
  
  
  
  
  
  
extends ConfigurationException
  
  
  
| java.lang.object | |||
| ↳ | com.android.tradefed.error.HarnessException | ||
| ↳ | com.android.tradefed.config.ConfigurationException | ||
| ↳ | com.android.tradefed.sandbox.SandboxConfigurationException | ||
استثنای پیکربندی ویژه از راهاندازی Sandbox.
خلاصه
| سازندگان عمومی | |
|---|---|
| SandboxConfigurationException (String msg, ErrorIdentifier error) یک  | |
| SandboxConfigurationException (String msg, Throwable cause, ErrorIdentifier error) یک  | |
سازندگان عمومی
SandboxConfigurationException
public SandboxConfigurationException (String msg, 
                ErrorIdentifier error) یک SandboxConfigurationException ایجاد می کند.
| پارامترها | |
|---|---|
| msg | String: یک پیام خطای معنی دار | 
| error | ErrorIdentifier:ErrorIdentifierمرتبط با استثنا | 
SandboxConfigurationException
public SandboxConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error) یک SandboxConfigurationException ایجاد می کند.
| پارامترها | |
|---|---|
| msg | String: یک پیام خطای معنی دار | 
| cause | Throwable:Throwableکه نشان دهنده علت اصلی خطا است | 
| error | ErrorIdentifier:ErrorIdentifierمرتبط با استثنا | 
