dxjson  1.0
JSON library for C++
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.


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