![]() |
Argo
1.0
A C++ library for handling JSON.
|
Specific class of exceptions for IO errors of various types. More...
#include <json_io_exception.hpp>
Public Member Functions | |
json_io_exception (exception_type et) noexcept | |
Constructor for generic error. | |
json_io_exception (exception_type et, int posix_errno) noexcept | |
Constructor with a POSIX errno. | |
json_io_exception (exception_type et, size_t s) noexcept | |
Constructor with a size_t. | |
![]() | |
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_io_exception.hpp.