选项不允许异常

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)

公共构造函数

选项不允许异常

public OptionNotAllowedException (String msg)

参数
msg String

选项不允许异常

public OptionNotAllowedException (String msg, 
                Throwable cause)

参数
msg String

cause Throwable