![]() |
Awali
Another Weighted Automata library
|
#include <exceptions.hh>
Data Fields | |
node_t const * | localisation |
Where the exception occured. More... | |
![]() | |
node_t * | attempted_parsed_tree |
std::string | caller |
std::string | message |
node_t const * | node |
path_t | path_to_root |
std::string | what_msg |
Additional Inherited Members | |
![]() | |
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 |
node_t const* awali::json::access_exception::localisation |
Where the exception occured.
Not owned by this localized_exception. Might be released.