Exceptions which the user cannot easily avoid. More...
#include <json/value.h>
 Inheritance diagram for Json::RuntimeError:
 Inheritance diagram for Json::RuntimeError: Collaboration diagram for Json::RuntimeError:
 Collaboration diagram for Json::RuntimeError:| Public Member Functions | |
| RuntimeError (std::string const &msg) | |
|  Public Member Functions inherited from Json::Exception | |
| Exception (std::string const &msg) | |
| ~Exception () throw () | |
| char const * | what () const throw () | 
| Additional Inherited Members | |
|  Protected Attributes inherited from Json::Exception | |
| 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 202 of file json_value.cpp.
 1.8.14
 1.8.14