![]() |
Argo
1.0
A C++ library for handling JSON.
|
Specific class of exceptions for an invalid object key. More...
#include <json_invalid_key_exception.hpp>
Public Member Functions | |
json_invalid_key_exception (exception_type et, const std::string &key) noexcept | |
Constructor for string key error. | |
![]() | |
json_exception (exception_type et) noexcept | |
json_exception (exception_type et, const char *json_type_name) noexcept | |
json_exception (exception_type et, const char *first_json_type_name, const char *second_json_type_name) noexcept | |
exception_type | get_type () const noexcept |
virtual const char * | what () const noexcept |
Specific class of exceptions for an invalid object key.
Definition at line 33 of file json_invalid_key_exception.hpp.