選項不允許異常

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