akonadi
#include <exception.h>
Inherits std::exception.
Public Member Functions | |
Exception (const char *what) throw () | |
Exception (const Exception &other) throw () | |
Exception (const QByteArray &what) throw () | |
Exception (const QString &what) throw () | |
virtual | ~Exception () throw () |
virtual QByteArray | type () const throw () |
const char * | what () const throw () |
Detailed Description
Base class for exceptions used by the Akonadi library.
Definition at line 35 of file exception.h.
Constructor & Destructor Documentation
◆ Exception() [1/4]
Exception::Exception | ( | const char * | what | ) | ||
throw | ( | ) |
Creates a new exception with the error message what
.
Definition at line 36 of file exception.cpp.
◆ Exception() [2/4]
Exception::Exception | ( | const QByteArray & | what | ) | ||
throw | ( | ) |
Creates a new exception with the error message what
.
Definition at line 46 of file exception.cpp.
◆ Exception() [3/4]
Exception::Exception | ( | const QString & | what | ) | ||
throw | ( | ) |
Creates a new exception with the error message what
.
Definition at line 56 of file exception.cpp.
◆ Exception() [4/4]
Exception::Exception | ( | const Exception & | other | ) | ||
throw | ( | ) |
Copy constructor.
Definition at line 66 of file exception.cpp.
◆ ~Exception()
|
virtual |
Destructor.
Definition at line 79 of file exception.cpp.
Member Function Documentation
◆ type()
|
virtual |
Returns the type of this exception.
Definition at line 84 of file exception.cpp.
◆ what()
const char * Exception::what | ( | ) | const | |||
throw | ( | ) |
Returns the error message associated with this exception.
Definition at line 94 of file exception.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.