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 () noexcept override | |
| char const * | what () const noexcept override | 
| 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 203 of file json_value.cpp.
| 
 | overridedefaultnoexcept | 
| 
 | overridenoexcept | 
Definition at line 205 of file json_value.cpp.
 1.12.0
 1.12.0