libfly
6.2.2
C++20 utility library for Linux, macOS, and Windows
|
#include <json_exception.hpp>
Public Member Functions | |
NullJsonException () noexcept | |
NullJsonException (const Json &json) noexcept | |
![]() | |
JsonException (std::string &&message) noexcept | |
JsonException (const Json &json, std::string &&message) noexcept | |
virtual const char * | what () const noexcept override |
Additional Inherited Members | |
![]() | |
JsonException (const char *class_name, std::string &&message) noexcept | |
Exception to be raised trying to dereference an empty or past-the-end JsonIterator instance.
|
noexcept |
Constructor.
|
explicitnoexcept |
Constructor.
json | The Json instance for which the error was encountered. |