ADTF  3.18.2
LogicError

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

Inheritance diagram for LogicError:
[legend]

Public Member Functions

 LogicError (JSONCPP_STRING const &msg)
 
- Public Member Functions inherited from Exception
 Exception (JSONCPP_STRING const &msg)
 
char const * what () const JSONCPP_NOEXCEPT JSONCPP_OVERRIDE
 

Additional Inherited Members

- Protected Attributes inherited from Exception
JSONCPP_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

Definition at line 81 of file value.h.