#include <string>
#include <exception>
#include "librets/RetsExceptionContext.h"
Classes | |
| class | RetsException |
| RetsException is the base class for all libRETS exceptions. More... | |
Namespaces | |
| namespace | librets |
| The main librets namespace. | |
Defines | |
| #define | LIBRETS_THROW(_ExceptionClass_, _ExceptionConstructor_) |
| #define LIBRETS_THROW | ( | _ExceptionClass_, | |||
| _ExceptionConstructor_ | ) |
Value:
{ _ExceptionClass_ e _ExceptionConstructor_; \
e.SetContext(LIBRETS_ECTXT()); \
throw e; }