Class CLIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vertx.core.cli.CLIException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AmbiguousOptionException, InvalidValueException, MissingOptionException, MissingValueException
High level exception thrown when an issue in the command line processing occurs.
- Author:
- Clement Escoffier invalid input: '<'[email protected]>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCLIException(String message) Creates a new instance ofCLIException.CLIException(String message, Exception cause) Creates a new instance ofCLIException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CLIException
Creates a new instance ofCLIException.- Parameters:
message- the message
-
CLIException
Creates a new instance ofCLIException.- Parameters:
message- the messagecause- the cause
-