| JsonCpp project page | JsonCpp home page |
Exceptions which the user cannot easily avoid. More...
#include <json/value.h>
Inheritance diagram for Json::RuntimeError:
Collaboration diagram for Json::RuntimeError:Public Member Functions | |
| RuntimeError (std::string const &msg) | |
Exceptions which the user cannot easily avoid.
E.g. out-of-memory (when we use malloc), stack-overflow, malicious input
| Json::RuntimeError::RuntimeError | ( | std::string const & | msg | ) |
Definition at line 190 of file json_value.cpp.