Class CLIException

    • Constructor Detail

      • CLIException

        public CLIException()
        Initializes this exception with default properties.
      • CLIException

        public CLIException​(String message)
        Initializes this exception with a message.
        Parameters:
        message - message of this exception
      • CLIException

        public CLIException​(Throwable cause)
        Initializes this exception with a cause.
        Parameters:
        cause - cause of this exception
      • CLIException

        public CLIException​(String message,
                            Throwable cause)
        Initializes this exception with a message and a cause.
        Parameters:
        message - message of this exception
        cause - cause of this exception