#include <exceptions.h>
Public Member Functions | |
Exception (const Mark &mark_, const std::string &msg_) | |
virtual | ~Exception () throw () |
Public Attributes | |
Mark | mark |
std::string | msg |
Static Private Member Functions | |
static const std::string | build_what (const Mark &mark, const std::string &msg) |
Definition at line 93 of file exceptions.h.
YAML_PM::Exception::Exception | ( | const Mark & | mark_, |
const std::string & | msg_ | ||
) | [inline] |
Definition at line 95 of file exceptions.h.
virtual YAML_PM::Exception::~Exception | ( | ) | throw () [inline, virtual] |
Definition at line 97 of file exceptions.h.
static const std::string YAML_PM::Exception::build_what | ( | const Mark & | mark, |
const std::string & | msg | ||
) | [inline, static, private] |
Definition at line 103 of file exceptions.h.
Definition at line 99 of file exceptions.h.
std::string YAML_PM::Exception::msg |
Definition at line 100 of file exceptions.h.