exceptions.h File Reference
This file is part of the API for handling calendar data and defines the Exception class. More...
#include "kcalcore_export.h"
#include <QtCore/QString>
#include <QtCore/QStringList>
Include dependency graph for exceptions.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KCalCore::Exception |
Exception base class, currently used as a fancy kind of error code and not as an C++ exception. More... | |
Namespaces | |
namespace | KCalCore |
Detailed Description
This file is part of the API for handling calendar data and defines the Exception class.
We don't use actual C++ exceptions right now. These classes are currently returned by an error function; but we can build upon them, if/when we start to use C++ exceptions.
Exception base class.
Definition in file exceptions.h.