Awali
Another Weighted Automata library
Data Fields
awali::json::access_exception Class Reference

#include <exceptions.hh>

Inheritance diagram for awali::json::access_exception:
awali::json::exception awali::json::coercion_exception awali::json::kind_mismatch

Data Fields

node_t const * localisation
 Where the exception occured. More...
 
- 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
 

Additional Inherited Members

- 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)
 
 exception (std::string message, std::string caller="")
 
virtual std::string make_message ()
 
virtual const char * what () const noexcept override
 
virtual const char * what () const noexcept override
 

Field Documentation

◆ localisation

node_t const* awali::json::access_exception::localisation

Where the exception occured.

Not owned by this localized_exception. Might be released.


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