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 |