matador::json_exception Class Reference

Exception representing json errors. More...

#include <json_exception.hpp>

Inherits std::logic_error.

Public Member Functions

 json_exception (const char *what)
 
 ~json_exception () noexcept override=default
 

Detailed Description

Exception representing json errors.

The exception class represents all kind of json errors occuring while parsing a json string.

Constructor & Destructor Documentation

◆ json_exception()

matador::json_exception::json_exception ( const char *  what)
inlineexplicit

Creates a object_exception

Parameters
whatThe message of the exception.

◆ ~json_exception()

matador::json_exception::~json_exception ( )
overridedefaultnoexcept

Destroys the json exception


The documentation for this class was generated from the following file:
  • matador/json/json_exception.hpp