JsonCpp project page | JsonCpp home page |
Base class for all exceptions we throw. More...
#include </home/adriano/src/rpm/BUILD/jsoncpp-0.10.5/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 156 of file json_value.cpp.
|
virtual |
Definition at line 159 of file json_value.cpp.
|
virtual |
Definition at line 161 of file json_value.cpp.
References msg_.
|
protected |