Exceptions thrown by JSON_ASSERT/JSON_FAIL macros. More...
#include <json/value.h>
Public Member Functions | |
LogicError (std::string const &msg) | |
![]() | |
Exception (std::string const &msg) | |
~Exception () throw () | |
char const * | what () const throw () |
Additional Inherited Members | |
![]() | |
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.