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

Class for zlib exceptions. More...

#include <Zlib.hpp>

Inheritance diagram for crawlservpp::Data::Compression::Zlib::Exception:
Collaboration diagram for crawlservpp::Data::Compression::Zlib::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 zlib exceptions.

This exception is being thrown when

  • zlib compression could not be initialized
  • zlib decompression could not be initialized
  • compressing content using zlib failed
  • decompressing zlib-compressed content failed
See also
compress, decompress

Constructor & Destructor Documentation

◆ Exception()

crawlservpp::Data::Compression::Zlib::Exception::Exception ( const std::string &  description)
inlineexplicit

Member Function Documentation

◆ view()


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