Base class for all exceptions we throw. More...
#include <json/value.h>
 Inheritance diagram for Json::Exception:
 Inheritance diagram for Json::Exception: Collaboration diagram for Json::Exception:
 Collaboration diagram for Json::Exception:| Public Member Functions | |
| Exception (String msg) | |
| ~Exception () override throw () | |
| char const * | what () const override throw () | 
| Protected Attributes | |
| String | msg_ | 
Base class for all exceptions we throw.
We use nothing but these internally. Of course, STL can throw others.
| Json::Exception::Exception | ( | String | msg | ) | 
Definition at line 230 of file json_value.cpp.
| 
 | override | |||||||||||||
Definition at line 231 of file json_value.cpp.
| 
 | override | |||||||||||||
Definition at line 232 of file json_value.cpp.
References msg_.
 1.8.16
 1.8.16