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

Public Methods | |
Exception (const QString &message=QString::null) | |
virtual | ~Exception () |
virtual QString | message () |
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
|
Construct exception with descriptive message message.
Definition at line 28 of file exceptions.cpp. |
Member Function Documentation
|
Return descriptive message of exception.
Reimplemented in KCal::ErrorFormat. Definition at line 37 of file exceptions.cpp. References QString::arg(), and QString::isEmpty(). |
The documentation for this class was generated from the following files: