Oxygine  1
2g game engine
Public Member Functions | Protected Attributes | List of all members
Json::Exception Class Reference

#include <json.h>

Inheritance diagram for Json::Exception:
Json::LogicError Json::RuntimeError

Public Member Functions

 Exception (JSONCPP_STRING const &msg)
 
char const * what () const JSONCPP_NOEXCEPT JSONCPP_OVERRIDE
 

Protected Attributes

JSONCPP_STRING msg_
 

Detailed Description

Base class for all exceptions we throw.

We use nothing but these internally. Of course, STL can throw others.


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