OptionNotAllowedException
public class OptionNotAllowedException
extends ConfigurationException
java.lang.Object | |||
↳ | com.android.tradefed.error.HarnessException | ||
↳ | com.android.tradefed.config.ConfigurationException | ||
↳ | com.android.tradefed.config.OptionNotAllowedException |
Spezifische ConfigurationException
, wenn eine Option nicht in der Befehlszeile übergeben werden darf.
Zusammenfassung
Öffentliche Konstrukteure | |
---|---|
OptionNotAllowedException (String msg) | |
OptionNotAllowedException (String msg, Throwable cause) |
Öffentliche Konstrukteure
OptionNotAllowedException
public OptionNotAllowedException (String msg)
Parameter | |
---|---|
msg | String |
OptionNotAllowedException
public OptionNotAllowedException (String msg, Throwable cause)
Parameter | |
---|---|
msg | String |
cause | Throwable |