KCal::Exception Class Reference

Exceptions base class, currently used as a fancy kind of error code and not as an C++ exception. More...

#include <exceptions.h>

Inheritance diagram for KCal::Exception:

List of all members.

Public Member Functions

 Exception (const QString &message=QString())
virtual ~Exception ()
virtual QString message ()

Protected Attributes

QString mMessage

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.


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]

Destructor.

Definition at line 48 of file exceptions.cpp.


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 current exception message.

Definition at line 69 of file exceptions.h.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys