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

Class for UTF-8 exceptions. More...

#include <Utf8.hpp>

Inheritance diagram for crawlservpp::Helper::Utf8::Exception:
Collaboration diagram for crawlservpp::Helper::Utf8::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 UTF-8 exceptions.

Will be thrown when

  • invalid UTF-8 characters could not be replaced.

Constructor & Destructor Documentation

◆ Exception()

crawlservpp::Helper::Utf8::Exception::Exception ( const std::string &  description)
inlineexplicit

Member Function Documentation

◆ view()


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