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

Class for JSONPointer exceptions. More...

#include <JsonPointer.hpp>

Inheritance diagram for crawlservpp::Query::JsonPointer::Exception:
Collaboration diagram for crawlservpp::Query::JsonPointer::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 JSONPointer exceptions.

Throws an exception when

  • the given JSONPointer expression is empty
  • the given string contains an invalid JSONPointer query
  • parsing errors occured in a given JSON document
  • no valid JSONPointer query has been set prior to performing it

Constructor & Destructor Documentation

◆ Exception()

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

Member Function Documentation

◆ view()


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