akonadi
Akonadi::Exception Class Reference
#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
Akonadi::Exception::Exception | ( | const char * | what | ) | throw () |
Creates a new exception with the error message what
.
Akonadi::Exception::Exception | ( | const QByteArray & | what | ) | throw () |
Creates a new exception with the error message what
.
Akonadi::Exception::Exception | ( | const QString & | what | ) | throw () |
Creates a new exception with the error message what
.
Akonadi::Exception::Exception | ( | const Exception & | other | ) | throw () |
Copy constructor.
|
virtual |
Destructor.
Member Function Documentation
|
virtual |
Returns the type of this exception.
const char* Akonadi::Exception::what | ( | ) | const throw () |
Returns the error message associated with this exception.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Sep 24 2012 09:06:30 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Sep 24 2012 09:06:30 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.