10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::json::JSONParsingException Class Reference

#include <JSONParsingException.h>

Detailed Description

Thrown when JSON parsing failed.

Most often when the data is not valid JSON.

Inheritance diagram for tenduke::json::JSONParsingException:
tenduke::json::JSONException tenduke::TendukeException

Public Member Functions

 JSONParsingException (const std::string &message)
 Constructs new instance.
 
- Public Member Functions inherited from tenduke::json::JSONException
 JSONException (const std::string &message)
 Constructs new instance.
 
- Public Member Functions inherited from tenduke::TendukeException
 TendukeException (const std::string &message)
 Constructs new instance.
 

Constructor & Destructor Documentation

◆ JSONParsingException()

tenduke::json::JSONParsingException::JSONParsingException ( const std::string &  message)
inlineexplicit

Constructs new instance.

Parameters
message-

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