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

#include <node.hh>

Inheritance diagram for awali::json::out_of_range:
awali::json::exception

Public Member Functions

 out_of_range (std::string const &message, node_t const *node=nullptr)
 
 out_of_range (std::string const &message, std::string const &caller, node_t const *node=nullptr)
 
- 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

◆ out_of_range() [1/2]

awali::json::out_of_range::out_of_range ( std::string const &  message,
std::string const &  caller,
node_t const *  node = nullptr 
)

◆ out_of_range() [2/2]

awali::json::out_of_range::out_of_range ( std::string const &  message,
node_t const *  node = nullptr 
)

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