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

Class for TOR control exceptions. More...

#include <TorControl.hpp>

Inheritance diagram for crawlservpp::Network::TorControl::Exception:
Collaboration diagram for crawlservpp::Network::TorControl::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 TOR control exceptions.

This exception is being thrown when:

  • a new TOR identity has been requested, but no TOR control server/port is set
  • authentification with the given password to the TOR control server/port failed
  • an error occured while connecting to the TOR control server/port
See also
newIdentity

Constructor & Destructor Documentation

◆ Exception()

crawlservpp::Network::TorControl::Exception::Exception ( const std::string &  description)
inlineexplicit

Member Function Documentation

◆ view()


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