#include <json.h>
Public Member Functions | |
RuntimeError (std::string const &msg) | |
![]() | |
Exception (std::string const &msg) | |
char const * | what () const override throw () |
~Exception () override throw () | |
Additional Inherited Members | |
![]() | |
std::string | 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 2578 of file jsoncpp.cpp.