libkcal

#include <exceptions.h>

Inheritance diagram for KCal::Exception:
KCal::ErrorFormat

Public Member Functions

 Exception (const TQString &message=TQString())
virtual TQString message ()

Protected Attributes

TQString 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 TQString &  message = TQString())

Construct exception with descriptive message message.

Definition at line 29 of file exceptions.cpp.

Member Function Documentation

TQString 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: