vertx / io.vertx.core.cli / AmbiguousOptionException

AmbiguousOptionException

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

Constructors

<init>

AmbiguousOptionException(token: String, matchingOpts: MutableList<Option>)

Creates a new instance of AmbiguousOptionException.

Functions

getOptions

open fun getOptions(): MutableList<Option>

getToken

open fun getToken(): String