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