Uses of Class
io.vertx.core.cli.CLIException
Packages that use CLIException
-
Uses of CLIException in io.vertx.core.cli
Subclasses of CLIException in io.vertx.core.cliModifier and TypeClassDescriptionclassException thrown when the command line is ambiguous meaning it cannot determine exactly which option has to be set.classException thrown when an option or an argument receives an invalid value.classException thrown when an option was expected and was not found on the command line.classException thrown when an option requiring a value does not receive the value, or when a mandatory argument does not receive a value. -
Uses of CLIException in io.vertx.core.cli.annotations
Methods in io.vertx.core.cli.annotations that throw CLIExceptionModifier and TypeMethodDescriptionstatic voidCLIConfigurator.inject(CommandLine cli, Object object) -
Uses of CLIException in io.vertx.core.spi.launcher
Methods in io.vertx.core.spi.launcher that throw CLIExceptionModifier and TypeMethodDescriptionvoidCommand.run()Executes the command.voidCommand.setUp(ExecutionContext context) Set up the command execution environment.voidDefaultCommand.setUp(ExecutionContext ec) voidCommand.tearDown()The command has been executed.voidDefaultCommand.tearDown()