10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
JSONException.h
1
#ifndef TENDUKE_JSON_JSONEXCEPTION_H
2
#define TENDUKE_JSON_JSONEXCEPTION_H
3
4
#include "TendukeException.h"
5
6
namespace
tenduke
{
namespace
json
{
7
11
class
JSONException
:
public
tenduke::TendukeException
12
{
13
public
:
18
explicit
JSONException
(
const
std::string& message)
19
:
tenduke
::
TendukeException
(message)
20
{}
21
};
22
23
}}
24
25
#endif
//TENDUKE_JSON_JSONEXCEPTION_H
tenduke::TendukeException
Base class for exceptions thrown by 10Duke C++ clients.
Definition
TendukeException.h:13
tenduke::TendukeException::TendukeException
TendukeException(const std::string &message)
Constructs new instance.
Definition
TendukeException.h:19
tenduke::json::JSONException::JSONException
JSONException(const std::string &message)
Constructs new instance.
Definition
JSONException.h:18
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
JSONException.h
Generated by
1.17.0