webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
Json::RuntimeError Class Reference

#include <json.h>

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

Public Member Functions

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

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ RuntimeError()

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

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