1 #ifndef QTDATASYNC_EXCEPTION_H 2 #define QTDATASYNC_EXCEPTION_H 4 #include <QtCore/qexception.h> 6 #include "QtDataSync/qtdatasync_global.h" 31 virtual const char *what()
const noexcept
final;
34 virtual void raise()
const override;
57 QByteArray className()
const noexcept
override;
58 void raise()
const override;
69 #define __QTDATASYNC_EXCEPTION_NAME_IMPL(x) #x 70 #define QTDATASYNC_EXCEPTION_NAME(x) "QtDataSync::" __QTDATASYNC_EXCEPTION_NAME_IMPL(x) 73 #endif // QTDATASYNC_EXCEPTION_H
The base class for all exceptions of QtDataSync.
An Exception thrown in case a class is trying to access a setup that does not exist.
The primary namespace of the QtDataSync library.
A helper class to get defaults per datasync instance (threadsafe)