Searched refs:directed_graph_error (Results 1 – 7 of 7) sorted by relevance
82 struct directed_graph_error : public graph_exception {83 virtual ~directed_graph_error() throw();114 The ``directed_graph_error`` exception occurs when an undirected graph
88 struct directed_graph_error : public graph_exception {89 virtual ~directed_graph_error() throw();120 The ``directed_graph_error`` exception occurs when an undirected graph
255 catch (boost::directed_graph_error&)276 catch (boost::directed_graph_error&)
171 BOOST_THROW_EXCEPTION(directed_graph_error()); in run()
608 boost::throw_exception(boost::directed_graph_error()); in parse_graph()
679 struct BOOST_SYMBOL_VISIBLE directed_graph_error : public graph_exception struct681 virtual ~directed_graph_error() throw() {} in ~directed_graph_error() argument
302 boost::throw_exception(boost::directed_graph_error()); in check_directed()