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 } |
Public Member Functions | |
ErrorFormat (ErrorCodeFormat code, const QString &message=QString::null) | |
Create format error exception. | |
QString | message () |
Return format error message. | |
ErrorCodeFormat | errorCode () |
Return format error code. |
Detailed Description
Calendar format related error class.
Definition at line 52 of file exceptions.h.
Constructor & Destructor Documentation
|
Create format error exception.
Definition at line 44 of file exceptions.cpp. |
Member Function Documentation
|
Return format error message.
Reimplemented from KCal::Exception. Definition at line 50 of file exceptions.cpp. References QString::isEmpty(), and message(). Referenced by message(), and KCal::DummyScheduler::retrieveTransactions(). |
|
Return format error code.
Definition at line 87 of file exceptions.cpp. |
The documentation for this class was generated from the following files: