JsonCpp project page Classes Namespace JsonCpp home page

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

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

#include <json/value.h>

Inherits Json::Exception.

Public Member Functions

 RuntimeError (String const &msg)
 
- Public Member Functions inherited from Json::Exception
 Exception (String msg)
 
 ~Exception () override throw ()
 
char const * what () const override throw ()
 

Additional Inherited Members

- Protected Attributes inherited from Json::Exception
String 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 73 of file value.h.

Constructor & Destructor Documentation

◆ RuntimeError()

Json::RuntimeError::RuntimeError ( String const &  msg)

Definition at line 208 of file json_value.cpp.


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