#include "zmmf/zmmf.h"Go to the source code of this file.
Data Structures | |
| class | UpnpException |
| class | StorageException |
| class | ObjectNotFoundException |
| class | SubtitlesNotFoundException |
| class | ServerShutdownException |
| class | TryAgainException |
| class | SingletonException |
Defines | |
| #define | EXCEPTION_DATA __FILE__, __LINE__, __func__ |
| #define | _UpnpException(code, msg) UpnpException(code, msg, EXCEPTION_DATA) |
| #define | _StorageException(usermsg, debugmsg) StorageException(usermsg, debugmsg, EXCEPTION_DATA) |
| #define | _ObjectNotFoundException(msg) ObjectNotFoundException(msg, EXCEPTION_DATA) |
| #define | _ServerShutdownException(msg) ServerShutdownException(msg, EXCEPTION_DATA) |
| #define | _TryAgainException(msg) TryAgainException(msg, EXCEPTION_DATA) |
Definition in file exceptions.h.
| #define _ObjectNotFoundException | ( | msg | ) | ObjectNotFoundException(msg, EXCEPTION_DATA) |
Definition at line 40 of file exceptions.h.
Referenced by SQLStorage::browse(), and SQLStorage::loadObject().
| #define _ServerShutdownException | ( | msg | ) | ServerShutdownException(msg, EXCEPTION_DATA) |
Definition at line 41 of file exceptions.h.
Referenced by Singleton< SessionManager >::getInstance().
| #define _StorageException | ( | usermsg, | |||
| debugmsg | ) | StorageException(usermsg, debugmsg, EXCEPTION_DATA) |
Definition at line 39 of file exceptions.h.
Referenced by SQLStorage::_getAutoscanObjectID(), SQLStorage::_recursiveRemove(), SQLStorage::createObjectFromRow(), SQLStorage::getAutoscanDirectory(), SQLStorage::getAutoscanList(), and SQLStorage::updateAutoscanPersistentList().
| #define _TryAgainException | ( | msg | ) | TryAgainException(msg, EXCEPTION_DATA) |
Definition at line 42 of file exceptions.h.
| #define _UpnpException | ( | code, | |||
| msg | ) | UpnpException(code, msg, EXCEPTION_DATA) |
Definition at line 38 of file exceptions.h.
Referenced by Server::shutdown(), Server::upnp_actions(), Server::upnp_init(), and Server::upnp_subscriptions().
| #define EXCEPTION_DATA __FILE__, __LINE__, __func__ |
Definition at line 37 of file exceptions.h.
1.6.1