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

Class for file exceptions. More...

#include <File.hpp>

Inheritance diagram for crawlservpp::Data::File::Exception:
Collaboration diagram for crawlservpp::Data::File::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 file exceptions.

This exception is being thrown when

  • A file could not be opened for reading.
  • A file could not be opened for writing.

Constructor & Destructor Documentation

◆ Exception()

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

Member Function Documentation

◆ view()


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