OptionNotAllowedException
public
class
OptionNotAllowedException
extends ConfigurationException
java.lang.Object | |||
↳ | com.android.tradefed.error.HarnessException | ||
↳ | com.android.tradefed.config.ConfigurationException | ||
↳ | com.android.tradefed.config.OptionNotAllowedException |
Specific ConfigurationException
when an option is not allowed to be passed in the command
line.
Summary
Public constructors | |
---|---|
OptionNotAllowedException(String msg)
|
|
OptionNotAllowedException(String msg, Throwable cause)
|
Public constructors
OptionNotAllowedException
public OptionNotAllowedException (String msg)
Parameters | |
---|---|
msg |
String |
OptionNotAllowedException
public OptionNotAllowedException (String msg, Throwable cause)
Parameters | |
---|---|
msg |
String |
cause |
Throwable |