![]() |
Argo
1.0
A C++ library for handling JSON.
|
Specific class of exceptions for an invalid object key. More...
#include <json_array_index_range_exception.hpp>
Public Member Functions | |
| json_array_index_range_exception (exception_type et, size_t i) noexcept | |
| Constructor for string key error. | |
Public Member Functions inherited from argo::json_exception | |
| 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_array_index_range_exception.hpp.
1.8.11