QtDataSync  4.2.0
A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices
Public Member Functions | List of all members
QtDataSync::Exception Class Reference

The base class for all exceptions of QtDataSync. More...

#include <exception.h>

+ Inheritance diagram for QtDataSync::Exception:

Public Member Functions

 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.
 
virtual QByteArray className () const noexcept
 Returns the name of the exception.
 
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.
 
virtual void raise () const override
 Inherits QException::raise.
 
virtual QExceptionclone () const override
 Inherits QException::clone.
 

Detailed Description

The base class for all exceptions of QtDataSync.

Definition at line 13 of file exception.h.


The documentation for this class was generated from the following file: