Akonadi::Server::DbException
Akonadi::Server::DbException Class Reference
#include <dbexception.h>
Inheritance diagram for Akonadi::Server::DbException:

Public Member Functions | |
| DbException (const QSqlQuery &query, const char *what=nullptr) | |
| const char * | type () const override throw () | 
  Public Member Functions inherited from Akonadi::Server::Exception | |
| Exception (const char *what) noexcept | |
| Exception (const Exception &)=default | |
| Exception (const QByteArray &what) noexcept | |
| Exception (const QString &what) noexcept | |
| Exception & | operator= (const Exception &)=default | 
| const char * | what () const noexcept override | 
Additional Inherited Members | |
  Protected Attributes inherited from Akonadi::Server::Exception | |
| QByteArray | mWhat | 
Detailed Description
Exception for reporting SQL errors.
Definition at line 18 of file dbexception.h.
Constructor & Destructor Documentation
◆ DbException()
      
  | 
  explicit | 
Definition at line 14 of file dbexception.cpp.
Member Function Documentation
◆ type()
      
  | 
  overridevirtual | ||||||||||||
Reimplemented from Akonadi::Server::Exception.
Definition at line 21 of file dbexception.cpp.
The documentation for this class was generated from the following files:
  This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:10 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
          Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:53:10 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
 Public Member Functions inherited from