This is the class in charge of informing the user that the program could not find any active threads that manage the network.
More...
#include <No.hpp>
This is the class in charge of informing the user that the program could not find any active threads that manage the network.
Definition at line 939 of file No.hpp.
◆ NoActiveNetworkThread()
CustomExceptions::NoActiveNetworkThread::NoActiveNetworkThread |
( |
const std::string & | exceptionDetails = "" | ) |
|
Construct a new No Active Network Thread object.
- Parameters
-
exceptionDetails | Additional details provided for the specific reason the error was raised. |
Definition at line 548 of file No.cpp.
◆ ~NoActiveNetworkThread()
CustomExceptions::NoActiveNetworkThread::~NoActiveNetworkThread |
( |
| ) |
|
◆ what()
const char * CustomExceptions::NoActiveNetworkThread::what |
( |
| ) |
const |
|
noexcept |
Retrieves the error message.
- Returns
- A C-style string representing the error message.
Definition at line 559 of file No.cpp.
The documentation for this class was generated from the following files:
- gui/include/CustomExceptions/No.hpp
- gui/src/CustomExceptions/No.cpp