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

Indicates that a JSON file could not be parsed. More...

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

Public Member Functions

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

Detailed Description

Indicates that a JSON file could not be parsed.

Constructor & Destructor Documentation

◆ ParseError()

simox::json::error::ParseError::ParseError ( const std::string &  msg)