Package nl.colorize.util.cli
Class CommandLineInterfaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.colorize.util.cli.CommandLineInterfaceException
- All Implemented Interfaces:
Serializable
Exception that indicates invalid or missing input was provided to an
application's command line interface. Used in combination with
CommandLineArgumentParser
.- See Also:
-
Constructor Summary
ConstructorDescriptionCommandLineInterfaceException
(String message) CommandLineInterfaceException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandLineInterfaceException
-
CommandLineInterfaceException
-