SandboxConfigurationException
public class SandboxConfigurationException
extends ConfigurationException
java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | com.android.tradefed.error.HarnessException | ||||
↳ | com.android.tradefed.config.ConfigurationException | ||||
↳ | com.android.tradefed.sandbox.SandboxConfigurationException |
沙盒安装程序中的特殊配置例外。
概要
公共建设者 | |
---|---|
SandboxConfigurationException (String msg) | |
SandboxConfigurationException (String msg, Throwable cause) |
公共建设者
SandboxConfigurationException
public SandboxConfigurationException (String msg)
创建一个SandboxConfigurationException
。
参量 | |
---|---|
msg | String :有意义的错误消息 |
SandboxConfigurationException
public SandboxConfigurationException (String msg, Throwable cause)
创建一个SandboxConfigurationException
。
参量 | |
---|---|
msg | String :有意义的错误消息 |
cause | Throwable :表示错误原始原因的Throwable |