|
10Duke Enterprise C++ Client
|
#include <JSONParsingException.h>
Thrown when JSON parsing failed.
Most often when the data is not valid JSON.
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. | |
|
inlineexplicit |
Constructs new instance.
| message | - |