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