Simox  2.3.74.0
simox::json::error::JsonError Struct Reference

An exception thrown by the simox::json namespace. More...

Inheritance diagram for simox::json::error::JsonError:
simox::error::SimoxError simox::json::error::ConversionError simox::json::error::IOError simox::json::error::ParseError

Public Member Functions

 JsonError (const std::string &message)
 
- Public Member Functions inherited from simox::error::SimoxError
 SimoxError (const std::string &message)
 

Detailed Description

An exception thrown by the simox::json namespace.

Constructor & Destructor Documentation

◆ JsonError()

simox::json::error::JsonError::JsonError ( const std::string &  message)