#include <FileStorageErrors.hpp>
|
| | BudgetFileError (const QString &, const qint64 &, const qint64 &, const char *, const std::exception &={})=delete |
| | BudgetFileError (const QString &errorString, const qint64 &lineNumber, const qint64 &columnNumber, const QString &message, const std::exception &root={}) |
| | StorageError (const QString &, const char *, const std::exception &={})=delete |
| | StorageError (const QString &errorString, const QString &message, const std::exception &root={}) |
| | Fully initialisation constructor.
|
| | 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.
|
◆ BudgetFileError() [1/2]
| drn::file_storage::BudgetFileError::BudgetFileError |
( |
const QString & | errorString, |
|
|
const qint64 & | lineNumber, |
|
|
const qint64 & | columnNumber, |
|
|
const QString & | message, |
|
|
const std::exception & | root = {} ) |
◆ BudgetFileError() [2/2]
| drn::file_storage::BudgetFileError::BudgetFileError |
( |
const QString & | , |
|
|
const qint64 & | , |
|
|
const qint64 & | , |
|
|
const char * | , |
|
|
const std::exception & | = {} ) |
|
delete |