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