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

Class for XML exceptions. More...

#include <XML.hpp>

Inheritance diagram for crawlservpp::Parsing::XML::Exception:
Collaboration diagram for crawlservpp::Parsing::XML::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 XML exceptions.

This exception is being thrown when

  • a HTML::Exception occured while parsing HTML markup
  • an error occured while parsing the XML markup returned by Parsing::HTML
  • content has been requested but none has been generated
See also
parse, getContent

Constructor & Destructor Documentation

◆ Exception()

crawlservpp::Parsing::XML::Exception::Exception ( const std::string &  description)
inlineexplicit

Member Function Documentation

◆ view()


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