akonadi
Akonadi::Exception Class Reference
Base class for execpetion used by the Akonadi library. More...
#include <exception.h>
Inherits std::exception.
Public Member Functions | |
Exception (const Exception &other) throw () | |
Exception (const QString &what) throw () | |
Exception (const QByteArray &what) throw () | |
Exception (const char *what) throw () | |
virtual QByteArray | type () const throw () |
const char * | what () const throw () |
virtual | ~Exception () throw () |
Detailed Description
Base class for execpetion used by the Akonadi library.Definition at line 35 of file exception.h.
Constructor & Destructor Documentation
Akonadi::Exception::Exception | ( | const char * | what | ) | throw () |
Akonadi::Exception::Exception | ( | const QByteArray & | what | ) | throw () |
Akonadi::Exception::Exception | ( | const QString & | what | ) | throw () |
Akonadi::Exception::Exception | ( | const Exception & | other | ) | throw () |
Akonadi::Exception::~Exception | ( | ) | throw () [virtual] |
Member Function Documentation
QByteArray Akonadi::Exception::type | ( | ) | const throw () [virtual] |
const char * Akonadi::Exception::what | ( | ) | const throw () |
Returns the error message associated with this exception.
Definition at line 68 of file exception.cpp.
The documentation for this class was generated from the following files: