| QtDataSync
    4.2.0
    A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices | 
 
An Exception thrown in case a class is trying to access a setup that does not exist. More...
#include <exception.h>
 Inheritance diagram for QtDataSync::SetupDoesNotExistException:
 Inheritance diagram for QtDataSync::SetupDoesNotExistException:| Public Member Functions | |
| SetupDoesNotExistException (const QString &setupName) | |
| Constructor for an exception from the given setup. | |
| QByteArray | className () const noexcept override | 
| Returns the name of the exception. | |
| 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 QString | qWhat () const | 
| Like what, but returns a QString instead of a character array. | |
| virtual const char * | what () const noexcept final | 
| Inherits QException::what. | |
An Exception thrown in case a class is trying to access a setup that does not exist.
Definition at line 51 of file exception.h.
 1.8.14
 1.8.14