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 |