Public Member Functions
Json::LogicError Class Reference

#include <json.h>

Inheritance diagram for Json::LogicError:
Json::Exception

Public Member Functions

 LogicError (String const &msg)
 
- Public Member Functions inherited from Json::Exception
 Exception (String msg)
 
 ~Exception () override throw ()
 
char const * what () const override throw ()
 

Additional Inherited Members

- Protected Attributes inherited from Json::Exception
String 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

Constructor & Destructor Documentation

Json::LogicError::LogicError ( String const &  msg)

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