#include <string>
#include <stdexcept>
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 | SeriousException |
An exception that should lead to shutdown of the application-. More... | |
class | Conversion |
Some Conversion went wrong ... serious. More... | |
class | FileNotFound |
A file could not be found. More... | |
class | LibHandleError |
Something went wrong with Library access. More... | |
class | DatabaseError |
Something's wrong with the database ... one might consider shutdown. More... | |
class | PluginError |
Some Plugin error. More... | |
class | PluginExistsException |