OptionNotAllowedException

public class OptionNotAllowedException
extends ConfigurationException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
    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