Class InvalidQueryException

    • Constructor Detail

      • InvalidQueryException

        public InvalidQueryException​(List<Error> errors)
        Creates a new InvalidQueryException instance.
        Parameters:
        errors - the list of errors.
      • InvalidQueryException

        public InvalidQueryException​(String message)
        Creates a new InvalidQueryException instance.
        Parameters:
        message - the error message.