![]() |
Argo
1.0
A C++ library for handling JSON.
|
Specific class of exceptions for IO errors of various types. More...
#include <json_pointer_exception.hpp>
Public Member Functions | |
json_pointer_exception (exception_type et, int byte_index) noexcept | |
Constructor with a byte index where a syntax error occurred. | |
![]() | |
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 IO errors of various types.
Definition at line 33 of file json_pointer_exception.hpp.