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

Class for file system exceptions. More...

#include <FileSystem.hpp>

Inheritance diagram for crawlservpp::Helper::FileSystem::Exception:
Collaboration diagram for crawlservpp::Helper::FileSystem::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 system exceptions.

This exception is being thrown when

  • a file system error occurs while checking the existence or validity of a file or directory
  • the given path does to be analyzed does not exist
  • a directory could not be created
  • a directory could not be cleared or one of its contents could not be removed
  • free disk space in the file system could not be determined for the specified path

Constructor & Destructor Documentation

◆ Exception()

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

Member Function Documentation

◆ view()


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