libkcal
KCal::Exception Class Reference
KOrganizer exceptions base class. More...
#include <exceptions.h>
Inheritance diagram for KCal::Exception:

Public Member Functions | |
| Exception (const QString &message=QString::null) | |
| virtual QString | message () |
| virtual | ~Exception () |
Protected Attributes | |
| QString | mMessage |
Detailed Description
KOrganizer exceptions base class.This is currently used as a fancy kind of error code not as an C++ exception.
Definition at line 39 of file exceptions.h.
Constructor & Destructor Documentation
| Exception::Exception | ( | const QString & | message = QString::null |
) |
| Exception::~Exception | ( | ) | [virtual] |
Definition at line 34 of file exceptions.cpp.
Member Function Documentation
| QString Exception::message | ( | ) | [virtual] |
Return descriptive message of exception.
Reimplemented in KCal::ErrorFormat.
Definition at line 38 of file exceptions.cpp.
Member Data Documentation
QString KCal::Exception::mMessage [protected] |
Definition at line 54 of file exceptions.h.
The documentation for this class was generated from the following files:
