OptionNotAllowedException 异常
public
class
OptionNotAllowedException
extends ConfigurationException
java.lang.Object 中 | |||
↳ | com.android.tradefed.error.HarnessException | ||
↳ | com.android.tradefed.config.ConfigurationException | ||
↳ | com.android.tradefed.config.OptionNotAllowedException |
如果不允许在命令中传递选项,则指定 ConfigurationException
行。
摘要
公共构造函数 | |
---|---|
OptionNotAllowedException(String msg)
|
|
OptionNotAllowedException(String msg, Throwable cause)
|
公共构造函数
OptionNotAllowedException 异常
public OptionNotAllowedException (String msg)
参数 | |
---|---|
msg |
String |
OptionNotAllowedException 异常
public OptionNotAllowedException (String msg, Throwable cause)
参数 | |
---|---|
msg |
String |
cause |
Throwable |