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