vertx / io.vertx.core.cli / MissingOptionException

MissingOptionException

open class MissingOptionException : CLIException

Exception thrown when an option was expected and was not found on the command line.

Author
Clement Escoffier

Constructors

<init>

MissingOptionException(expected: MutableCollection<Option>)

Creates a new instance of MissingOptionException.

Functions

getExpected

open fun getExpected(): MutableCollection<Option>