Class CliException.ConsoleArgsException

    • Constructor Detail

      • ConsoleArgsException

        public ConsoleArgsException​(String[] aArgs,
                                    String aMessage,
                                    String aErrorCode)
        Instantiates a new console args exception.
        Parameters:
        aArgs - the args
        aMessage - the message
        aErrorCode - the error code
      • ConsoleArgsException

        public ConsoleArgsException​(String[] aArgs,
                                    String aMessage,
                                    Throwable aCause,
                                    String aErrorCode)
        Instantiates a new console args exception.
        Parameters:
        aArgs - the args
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • ConsoleArgsException

        public ConsoleArgsException​(String[] aArgs,
                                    String message,
                                    Throwable cause)
        Instantiates a new console args exception.
        Parameters:
        aArgs - the args
        message - the message
        cause - the cause
      • ConsoleArgsException

        public ConsoleArgsException​(String[] aArgs,
                                    String message)
        Instantiates a new console args exception.
        Parameters:
        aArgs - the args
        message - the message
      • ConsoleArgsException

        public ConsoleArgsException​(String[] aArgs,
                                    Throwable aCause,
                                    String aErrorCode)
        Instantiates a new console args exception.
        Parameters:
        aArgs - the args
        aCause - the cause
        aErrorCode - the error code
      • ConsoleArgsException

        public ConsoleArgsException​(String[] aArgs,
                                    Throwable cause)
        Instantiates a new console args exception.
        Parameters:
        aArgs - the args
        cause - the cause