Akonadi::Server::Exception
Akonadi::Server::Exception Class Reference
#include <exception.h>
Inheritance diagram for Akonadi::Server::Exception:
Public Member Functions | |
Exception (const char *what) noexcept | |
Exception (const Exception &)=delete | |
Exception (const QByteArray &what) noexcept | |
Exception (const QString &what) noexcept | |
Exception & | operator= (const Exception &)=delete |
virtual const char * | type () const noexcept |
const char * | what () const noexcept override |
Protected Attributes | |
QByteArray | mWhat |
Detailed Description
Base class for exception used internally by the Akonadi server.
Definition at line 20 of file server/exception.h.
Constructor & Destructor Documentation
◆ Exception() [1/3]
|
inlineexplicitnoexcept |
Definition at line 23 of file server/exception.h.
◆ Exception() [2/3]
|
inlineexplicitnoexcept |
Definition at line 28 of file server/exception.h.
◆ Exception() [3/3]
|
inlineexplicitnoexcept |
Definition at line 33 of file server/exception.h.
Member Function Documentation
◆ type()
|
inlinevirtualnoexcept |
Definition at line 48 of file server/exception.h.
◆ what()
|
inlineoverridenoexcept |
Definition at line 43 of file server/exception.h.
Member Data Documentation
◆ mWhat
|
protected |
Definition at line 54 of file server/exception.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.