Searched refs:undirected_graph_error (Results 1 – 7 of 7) sorted by relevance
87 struct undirected_graph_error : public graph_exception {88 virtual ~undirected_graph_error() throw();118 The ``undirected_graph_error`` exception occurs when a directed graph
93 struct undirected_graph_error : public graph_exception {94 virtual ~undirected_graph_error() throw();125 The ``undirected_graph_error`` exception occurs when a directed graph
175 BOOST_THROW_EXCEPTION(undirected_graph_error()); in run()
604 boost::throw_exception(boost::undirected_graph_error()); in parse_graph()
252 catch (boost::undirected_graph_error&)
689 struct BOOST_SYMBOL_VISIBLE undirected_graph_error : public graph_exception struct691 virtual ~undirected_graph_error() throw() {} in ~undirected_graph_error() argument
296 boost::throw_exception(boost::undirected_graph_error()); in check_undirected()