open class MissingOptionException : CLIException
Exception thrown when an option was expected and was not found on the command line.
Author
Clement Escoffier
MissingOptionException(expected: MutableCollection<Option>)
Creates a new instance of MissingOptionException. |
open fun getExpected(): MutableCollection<Option> |