JsonCpp project page | JsonCpp home page |
Base class for all exceptions we throw. More...
#include <json/value.h>
Public Member Functions | |
Exception (std::string const &msg) | |
virtual | ~Exception () throw () |
virtual char const * | what () const throw () |
Protected Attributes | |
std::string const | msg_ |
Base class for all exceptions we throw.
We use nothing but these internally. Of course, STL can throw others.
Json::Exception::Exception | ( | std::string const & | msg | ) |
Definition at line 155 of file json_value.cpp.
|
virtual |
Definition at line 158 of file json_value.cpp.
|
virtual |
Definition at line 160 of file json_value.cpp.
References msg_.
|
protected |