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

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.
Public Member Functions | |
Exception (const QString &message=QString::null) | |
virtual | ~Exception () |
virtual QString | message () |
Protected Attributes | |
QString | mMessage |
Constructor & Destructor Documentation
Exception::Exception | ( | const QString & | message = QString::null |
) |
Member Function Documentation
QString Exception::message | ( | ) | [virtual] |
Return descriptive message of exception.
Reimplemented in KCal::ErrorFormat.
Definition at line 38 of file exceptions.cpp.
The documentation for this class was generated from the following files: