Exceptions thrown by JSON_ASSERT/JSON_FAIL macros. More...
#include <json/value.h>
 Inheritance diagram for Json::LogicError:
 Inheritance diagram for Json::LogicError: Collaboration diagram for Json::LogicError:
 Collaboration diagram for Json::LogicError:| Public Member Functions | |
| LogicError (std::string const &msg) | |
|  Public Member Functions inherited from Json::Exception | |
| Exception (std::string const &msg) | |
| ~Exception () throw () | |
| char const * | what () const throw () | 
| Additional Inherited Members | |
|  Protected Attributes inherited from Json::Exception | |
| std::string | msg_ | 
Exceptions thrown by JSON_ASSERT/JSON_FAIL macros.
These are precondition-violations (user bugs) and internal errors (our bugs).
| Json::LogicError::LogicError | ( | std::string const & | msg | ) | 
Definition at line 205 of file json_value.cpp.
 1.8.14
 1.8.14