akonadi
#include <exception.h>
Inherits exception.
Public Member Functions | |
Exception (const char *what) throw () | |
Exception (const QByteArray &what) throw () | |
Exception (const QString &what) throw () | |
Exception (const Exception &other) 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::Exception | ( | const char * | what | ) | |
throw | ( | ||||
) |
Creates a new exception with the error message what
.
Definition at line 36 of file exception.cpp.
Exception::Exception | ( | const QByteArray & | what | ) | |
throw | ( | ||||
) |
Creates a new exception with the error message what
.
Definition at line 46 of file exception.cpp.
Exception::Exception | ( | const QString & | what | ) | |
throw | ( | ||||
) |
Creates a new exception with the error message what
.
Definition at line 56 of file exception.cpp.
Exception::Exception | ( | const Exception & | other | ) | |
throw | ( | ||||
) |
Copy constructor.
Definition at line 66 of file exception.cpp.
|
virtual |
Destructor.
Definition at line 79 of file exception.cpp.
Member Function Documentation
|
virtual |
Returns the type of this exception.
Definition at line 84 of file exception.cpp.
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.