open class AmbiguousOptionException : CLIException
Exception thrown when the command line is ambiguous meaning it cannot determine exactly which option has to be set.
Author
Clement Escoffier
AmbiguousOptionException(token: String, matchingOpts: MutableList<Option>)
Creates a new instance of AmbiguousOptionException. |
open fun getOptions(): MutableList<Option> |
|
open fun getToken(): String |