Go to the source code of this file.
Classes | |
| class | PSTException |
| Generic tracker exception. More... | |
| class | TrackerException |
| class | InvalidDataException |
| class | NotFoundException |
| class | AlreadyExistsException |
| class | IOException |
| class | OutOfRangeException |
| class | NotSupportedException |
| class | NotInitializedException |
| class | HttpException |
| class | JSONException |
Namespaces | |
| namespace | PSTech |
Macros | |
| #define | PSTEXCEPTION_DEFINED |
| #define | DECLARE_PST_EXCEPTION(child, parent) |
| #define DECLARE_PST_EXCEPTION | ( | child, | |
| parent ) |
Macro for easy definition of specific exceptions inheriting from a base exception.
| #define PSTEXCEPTION_DEFINED |