|
QtDataSync
4.2.0
A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices
|
Exception that is thrown when an internal (critical) error occurs. More...
#include <datastore.h>
Inheritance diagram for QtDataSync::LocalStoreException:Public Member Functions | |
| ObjectKey | key () const |
| The object key of the dataset that triggered the error. | |
| QString | context () const |
| The context in which the error occured. | |
| QByteArray | className () const noexcept override |
| Returns the name of the exception. | |
| QString | qWhat () const override |
| Like what, but returns a QString instead of a character array. | |
| void | raise () const override |
| Inherits QException::raise. | |
| QException * | clone () const override |
| Inherits QException::clone. | |
Public Member Functions inherited from QtDataSync::Exception | |
| Exception (const QString &setupName, const QString &message) | |
| Constructor for an exception from the given setup. | |
| Exception (const Defaults &defaults, const QString &message) | |
| Constructor for an exception with the given defaults. | |
| QString | setupName () const |
| Returns the name of the setup the exception was thrown from. | |
| QString | message () const |
| Returns the actual error message of the exception. | |
| virtual const char * | what () const noexcept final |
| Inherits QException::what. | |
Exception that is thrown when an internal (critical) error occurs.
Definition at line 168 of file datastore.h.
1.8.14