crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
crawlservpp::Query::Container::Exception Class Reference

Class for query container exceptions. More...

#include <Container.hpp>

Inheritance diagram for crawlservpp::Query::Container::Exception:
Collaboration diagram for crawlservpp::Query::Container::Exception:

Public Member Functions

 Exception (const std::string &description)
 

Getter

std::string_view view () const noexcept
 Gets the description of the exception as a view to the underlying string. More...
 

Detailed Description

Class for query container exceptions.

This exception is being thrown when

  • a query to be added to the container could not be created or its type is unknown
  • an invalid subset had been selected
  • no query target has been specified before performing a query
  • no or an invalid subset has been specified before performing a query on the subset
  • a query to be performed is of an unknown type

Constructor & Destructor Documentation

◆ Exception()

crawlservpp::Query::Container::Exception::Exception ( const std::string &  description)
inlineexplicit

Member Function Documentation

◆ view()


The documentation for this class was generated from the following file: