Essentia
2.1-beta6-dev
|
#include <yamlast.h>
Public Member Functions | |
YamlException (const char *msg) | |
YamlException (const std::string &msg) | |
YamlException (const std::ostringstream &msg) | |
template<typename T , typename U > | |
YamlException (const T &a, const U &b) | |
template<typename T , typename U , typename V > | |
YamlException (const T &a, const U &b, const V &c) | |
virtual | ~YamlException () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | _msg |
|
inline |
|
inline |
|
inline |
|
inline |
References YamlException::_msg.
|
inline |
References YamlException::_msg.
|
inlinevirtual |
|
inlinevirtual |
References YamlException::_msg.
|
protected |
Referenced by YamlException::what(), and YamlException::YamlException().