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


Specifica ConfigurationException quando non è consentito passare un'opzione nella riga di comando.

Riepilogo

Costruttori pubblici

OptionNotAllowedException(String msg)
OptionNotAllowedException(String msg, Throwable cause)

Costruttori pubblici

OptionNotAllowedException

public OptionNotAllowedException (String msg)

Parametri
msg String

OptionNotAllowedException

public OptionNotAllowedException (String msg, 
                Throwable cause)

Parametri
msg String

cause Throwable