Class MissingOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.cli.CLIException
io.vertx.core.cli.MissingOptionException
- All Implemented Interfaces:
Serializable
Exception thrown when an option was expected and was not found on the command line.
- Author:
- Clement Escoffier invalid input: '<'[email protected]>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingOptionException(Collection<Option> expected) Creates a new instance ofMissingOptionException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingOptionException
Creates a new instance ofMissingOptionException.- Parameters:
expected- the list of expected options (missing options)
-
-
Method Details
-
getExpected
- Returns:
- the missing (mandatory) options.
-