LoveBrains  1.0.0
Public Member Functions | List of all members
Json::RuntimeError Class Reference

#include <json.h>

Inheritance diagram for Json::RuntimeError:
Json::Exception Json::Exception

Public Member Functions

 RuntimeError (std::string const &msg)
 
 RuntimeError (std::string const &msg)
 
- Public Member Functions inherited from Json::Exception
 Exception (std::string const &msg)
 
virtual char const * what () const throw ()
 
 Exception (std::string const &msg)
 
virtual char const * what () const throw ()
 

Additional Inherited Members

- Protected Attributes inherited from Json::Exception
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

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