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 &)=default | |
| Exception (const QByteArray &what) noexcept | |
| Exception (const QString &what) noexcept | |
| Exception & | operator= (const Exception &)=default | 
| 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-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.