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

Detailed Description
Exceptions base class, currently used as a fancy kind of error code and not as an C++ exception.Definition at line 48 of file exceptions.h.
Public Member Functions | |
Exception (const QString &message=QString()) | |
virtual QString | message () |
virtual | ~Exception () |
Protected Attributes | |
QString | mMessage |
Constructor & Destructor Documentation
Exception::Exception | ( | const QString & | message = QString() |
) | [explicit] |
Construct an exception with a descriptive message.
- Parameters:
-
message is the message string.
Definition at line 43 of file exceptions.cpp.
Exception::~Exception | ( | ) | [virtual] |
Member Function Documentation
QString Exception::message | ( | ) | [virtual] |
Returns the exception message.
Reimplemented in KCal::ErrorFormat.
Definition at line 52 of file exceptions.cpp.
Member Data Documentation
QString KCal::Exception::mMessage [protected] |
The documentation for this class was generated from the following files: