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