libkcal Library API Documentation

KCal::Exception Class Reference

KOrganizer exceptions base class. More...

#include <exceptions.h>

Inheritance diagram for KCal::Exception:

KCal::ErrorFormat List of all members.

Public Member Functions

 Exception (const QString &message=QString::null)
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

Exception::Exception const QString message = QString::null  ) 
 

Construct exception with descriptive message message.

Definition at line 28 of file exceptions.cpp.


Member Function Documentation

QString Exception::message  )  [virtual]
 

Return descriptive message of exception.

Reimplemented in KCal::ErrorFormat.

Definition at line 37 of file exceptions.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for libkcal Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Oct 21 19:46:20 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003