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 |