LoveBrains  1.0.0
Public Member Functions | Protected Attributes | List of all members
Json::Exception Class Reference

#include <json.h>

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

Public Member Functions

 Exception (std::string const &msg)
 
virtual char const * what () const throw ()
 
 Exception (std::string const &msg)
 
virtual char const * what () const throw ()
 

Protected Attributes

std::string const 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: