$extrastylesheet
JsonCpp project page Classes Namespace JsonCpp home page

Public Member Functions
Json::RuntimeError Class Reference

Exceptions which the user cannot easily avoid. More...

#include <json/value.h>

+ Inheritance diagram for Json::RuntimeError:
+ Collaboration diagram for Json::RuntimeError:

List of all members.

Public Member Functions

 RuntimeError (std::string const &msg)

Detailed Description

Exceptions which the user cannot easily avoid.

E.g. out-of-memory (when we use malloc), stack-overflow, malicious input

Remarks:
derived from Json::Exception

Definition at line 70 of file value.h.


Constructor & Destructor Documentation

Json::RuntimeError::RuntimeError ( std::string const &  msg)

Definition at line 202 of file json_value.cpp.


The documentation for this class was generated from the following files: