10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
JSONParsingException.h
1
#ifndef TENDUKE_JSON_JSONPARSINGEXCEPTION_H
2
#define TENDUKE_JSON_JSONPARSINGEXCEPTION_H
3
4
#include "./JSONException.h"
5
6
namespace
tenduke
{
namespace
json
{
7
12
class
JSONParsingException
:
public
tenduke::json::JSONException
13
{
14
public
:
19
explicit
JSONParsingException
(
const
std::string& message)
20
:
tenduke
::
json
::
JSONException
(message)
21
{}
22
};
23
24
}}
25
26
#endif
// TENDUKE_JSON_JSONPARSINGEXCEPTION_H
JSONParsingException::JSONParsingException
JSONParsingException(const std::string &message)
Constructs new instance.
Definition
JSONParsingException.h:19
tenduke::json::JSONException
Thrown on JSON-related errors.
Definition
JSONException.h:12
tenduke::json::JSONException::JSONException
JSONException(const std::string &message)
Constructs new instance.
Definition
JSONException.h:18
tenduke::json::JSONParsingException::JSONParsingException
JSONParsingException(const std::string &message)
Constructs new instance.
Definition
JSONParsingException.h:19
tenduke::json
JSON support.
Definition
JSONArray.h:10
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
core
src
json
JSONParsingException.h
Generated by
1.17.0