Class CommandValidationException

    • Constructor Detail

      • CommandValidationException

        public CommandValidationException()
        Creates a new CommandValidationException without detail message.
      • CommandValidationException

        public CommandValidationException​(String msg)
        Constructs a CommandValidationException with the specified detail message.
        Parameters:
        msg - the detail message.
      • CommandValidationException

        public CommandValidationException​(Throwable cause)
        Constructs a new CommandValidationException exception with the specified cause.
      • CommandValidationException

        public CommandValidationException​(String msg,
                                          Throwable cause)
        Constructs a new CommandValidationException exception with the specified detailed message and cause.