Class CLIException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmbiguousOptionException, InvalidValueException, MissingOptionException, MissingValueException

public class CLIException extends RuntimeException
High level exception thrown when an issue in the command line processing occurs.
Author:
Clement Escoffier invalid input: '<'[email protected]>
See Also:
  • Constructor Details

    • CLIException

      public CLIException(String message)
      Creates a new instance of CLIException.
      Parameters:
      message - the message
    • CLIException

      public CLIException(String message, Exception cause)
      Creates a new instance of CLIException.
      Parameters:
      message - the message
      cause - the cause