Awali
Another Weighted Automata library
|
Exception used when trying to coerce a node to a given type. More...
#include <node.hh>
Public Member Functions | |
coercion_exception (std::string const &message, std::string const &caller, node_t const *node=nullptr) | |
coercion_exception (std::string message, 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_t * | attempted_parsed_tree |
std::string | caller |
std::string | message |
node_t const * | node |
path_t | path_to_root |
std::string | what_msg |
Exception used when trying to coerce a node to a given type.
awali::json::coercion_exception::coercion_exception | ( | std::string const & | message, |
std::string const & | caller, | ||
node_t const * | node = nullptr |
||
) |
awali::json::coercion_exception::coercion_exception | ( | std::string | message, |
node_t const * | node = nullptr |
||
) |