libkcal
KCal::ErrorFormat Class Reference
Calendar format related error class. More...
#include <exceptions.h>
Inheritance diagram for KCal::ErrorFormat:

Public Types | |
enum | ErrorCodeFormat { LoadError, SaveError, ParseErrorIcal, ParseErrorKcal, NoCalendar, CalVersion1, CalVersion2, CalVersionUnknown, Restriction, NoWritableFound, UserCancel } |
Public Member Functions | |
ErrorFormat (ErrorCodeFormat code, const TQString &message=TQString::null) | |
TQString | message () |
ErrorCodeFormat | errorCode () |
Detailed Description
Calendar format related error class.Definition at line 64 of file exceptions.h.
Member Enumeration Documentation
The different types of Calendar format errors.
- Enumerator:
Definition at line 70 of file exceptions.h.
Constructor & Destructor Documentation
ErrorFormat::ErrorFormat | ( | ErrorCodeFormat | code, | |
const TQString & | message = TQString::null | |||
) |
Member Function Documentation
TQString ErrorFormat::message | ( | ) | [virtual] |
Return format error message.
Reimplemented from KCal::Exception.
Definition at line 54 of file exceptions.cpp.
ErrorFormat::ErrorCodeFormat ErrorFormat::errorCode | ( | ) |
The documentation for this class was generated from the following files: