JsonCpp project page JsonCpp home page

Json::LogicError Class Reference

Exceptions thrown by JSON_ASSERT/JSON_FAIL macros. More...

#include <json/value.h>

Inherits Json::Exception.

Collaboration diagram for Json::LogicError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LogicError (std::string const &msg)

Detailed Description

Exceptions thrown by JSON_ASSERT/JSON_FAIL macros.

These are precondition-violations (user bugs) and internal errors (our bugs).

Remarks:
derived from Json::Exception

Definition at line 66 of file value.h.


Constructor & Destructor Documentation

Json::LogicError::LogicError ( std::string const &  msg  ) 

Definition at line 168 of file json_value.cpp.


The documentation for this class was generated from the following files: