Simpleson
Public Member Functions | List of all members
json::parsing_error Class Reference

Exception used when invalid JSON is encountered. More...

#include <json.h>

Inheritance diagram for json::parsing_error:

Public Member Functions

 parsing_error (const char *message)
 Constructor. More...
 
virtual ~parsing_error () throw ()
 Destructor.
 

Detailed Description

Exception used when invalid JSON is encountered.

Constructor & Destructor Documentation

◆ parsing_error()

json::parsing_error::parsing_error ( const char *  message)
inline

Constructor.

Parameters
messageDetails regarding the parsing error

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