Awali
Another Weighted Automata library
Public Member Functions
awali::json::parse_exception Class Reference

#include <node.hh>

Inheritance diagram for awali::json::parse_exception:
awali::json::exception

Public Member Functions

 parse_exception (std::string const &message, std::string const &caller)
 
 parse_exception (std::string const &message, std::string const &caller, path_t path_to_root, int line, int col)
 
- Public Member Functions inherited from awali::json::exception
 exception (std::string const &message, std::string const &caller, node_t const *node=nullptr)
 
 exception (std::string const &message, std::string const &caller, path_t path_to_root, int line, int col)
 
 exception (std::string message, node_t const *node=nullptr)
 
virtual const char * what () const noexcept override
 

Additional Inherited Members

- Data Fields inherited from awali::json::exception
node_tattempted_parsed_tree
 
std::string caller
 
std::string message
 
node_t const * node
 
path_t path_to_root
 
std::string what_msg
 

Constructor & Destructor Documentation

◆ parse_exception() [1/2]

awali::json::parse_exception::parse_exception ( std::string const &  message,
std::string const &  caller,
path_t  path_to_root,
int  line,
int  col 
)

◆ parse_exception() [2/2]

awali::json::parse_exception::parse_exception ( std::string const &  message,
std::string const &  caller 
)

The documentation for this class was generated from the following file: