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