|
DuxReiNummariae 1.1.0-alpha.19
Simple and powerful budgeting application
|
Represents an error with a network's URI hostname. More...
#include <NetworkErrors.hpp>
Public Member Functions | |
| HostError (const ::QString &hostname, const ::QString &message, const std::exception &root={}) | |
| Constructs an object with details about the error in a hostname. | |
| HostError (const char *string, const std::exception &root)=delete | |
| Public Member Functions inherited from drn::foundation::Error | |
| Error (const ::QString &message) | |
| Error message constructor. | |
| Error (const ::QString &message, const std::exception &root) | |
| Error and supplementary context data constructor. | |
| Error (const char *)=delete | |
| Error (const char *, const std::exception &)=delete | |
| const ::QString & | message () const noexcept |
| An accessor to the error message. | |
Represents an error with a network's URI hostname.
| drn::networking::HostError::HostError | ( | const ::QString & | hostname, |
| const ::QString & | message, | ||
| const std::exception & | root = {} ) |
Constructs an object with details about the error in a hostname.
| hostname | The hostname related to the error. |
| message | A descriptive message of the error. |
| root | The optional root exception that caused this error. |
|
delete |