#include <exceptions.h>
Public Member Functions | |
Exception (const Mark &mark_, const std::string &msg_) | |
virtual const char * | what () const throw () |
virtual | ~Exception () throw () |
Public Attributes | |
Mark | mark |
std::string | msg |
Private Attributes | |
std::string | what_ |
Definition at line 83 of file exceptions.h.
YAML::Exception::Exception | ( | const Mark & | mark_, | |
const std::string & | msg_ | |||
) | [inline] |
Definition at line 85 of file exceptions.h.
virtual YAML::Exception::~Exception | ( | ) | throw () [inline, virtual] |
Definition at line 91 of file exceptions.h.
virtual const char* YAML::Exception::what | ( | ) | const throw () [inline, virtual] |
Definition at line 92 of file exceptions.h.
Definition at line 94 of file exceptions.h.
std::string YAML::Exception::msg |
Definition at line 95 of file exceptions.h.
std::string YAML::Exception::what_ [private] |
Definition at line 98 of file exceptions.h.