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.
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 Akonadi::Exception::~Exception | ( | ) | throw () [virtual] |
Destructor.
Member Function Documentation
| virtual QByteArray Akonadi::Exception::type | ( | ) | const throw () [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:
KDE 4.7 API Reference