|
DuxReiNummariae 1.1.0-alpha.19
Simple and powerful budgeting application
|
#include <SurveyingErrors.hpp>
Public Member Functions | |
| SurveyError (const banking::BankAccount &ba, const ::QString &message, const std::exception &root={}) | |
| 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. | |
| drn::surveying::SurveyError::SurveyError | ( | const banking::BankAccount & | ba, |
| const ::QString & | message, | ||
| const std::exception & | root = {} ) |