genericIO
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 (std::string const &msg)
 
char const * what () const override throw ()
 

Protected Attributes

std::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 files: