dxjson 1.0
JSON library for C++
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dx::JSONException Class Reference

#include <dxjson.h>

Inheritance diagram for dx::JSONException:

Public Member Functions

 JSONException (const std::string &e)
 
const char * what () const throw ()
 

Public Attributes

std::string err
 

Detailed Description

JSONException class: Inherits from std::exception Error of type JSONException is thrown by dxjson library.

Definition at line 58 of file dxjson.h.

Constructor & Destructor Documentation

◆ JSONException()

dx::JSONException::JSONException ( const std::string &  e)
inline

Definition at line 61 of file dxjson.h.

◆ ~JSONException()

dx::JSONException::~JSONException ( )
throw (
)
inline

Definition at line 65 of file dxjson.h.

Member Function Documentation

◆ what()

const char * dx::JSONException::what ( ) const
throw (
)
inline

Definition at line 62 of file dxjson.h.

Member Data Documentation

◆ err

std::string dx::JSONException::err

Definition at line 60 of file dxjson.h.


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