|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include <stdexcept>#include <string>#include <string_view>

Go to the source code of this file.
Classes | |
| class | crawlservpp::Main::Exception |
| Base class for all exceptions thrown by the application. More... | |
Namespaces | |
| crawlservpp::Main | |
| Namespace for the main classes of the program. | |
Macros | |
| #define | MAIN_EXCEPTION_CLASS() |
| Macro used to easily define classes for general exceptions. More... | |
| #define | MAIN_EXCEPTION_SUBCLASS(NAME) |
| Macro used to easily define classes for specific exceptions. More... | |
| #define MAIN_EXCEPTION_CLASS | ( | ) |
Macro used to easily define classes for general exceptions.
This macro will create a fully functional child class of Main::Exception.
| #define MAIN_EXCEPTION_SUBCLASS | ( | NAME | ) |
Macro used to easily define classes for specific exceptions.
This macro will create a fully functional child class of the exception class previously defined by MAIN_EXCEPTION_CLASS().