Searched refs:graph_exception (Results 1 – 4 of 4) sorted by relevance
68 struct graph_exception : public std::exception {69 virtual ~graph_exception() throw();73 struct bad_parallel_edge : public graph_exception {82 struct directed_graph_error : public graph_exception {87 struct undirected_graph_error : public graph_exception {92 struct parse_error : public graph_exception {102 using the general ``graph_exception`` moniker when greater precision
74 struct graph_exception : public std::exception {75 virtual ~graph_exception() throw();79 struct bad_parallel_edge : public graph_exception {88 struct directed_graph_error : public graph_exception {93 struct undirected_graph_error : public graph_exception {98 struct bad_graphviz_syntax: public graph_exception {108 using the general ``graph_exception`` moniker when greater precision
652 struct BOOST_SYMBOL_VISIBLE graph_exception : public std::exception struct654 virtual ~graph_exception() throw() {} in ~graph_exception() argument658 struct BOOST_SYMBOL_VISIBLE bad_parallel_edge : public graph_exception679 struct BOOST_SYMBOL_VISIBLE directed_graph_error : public graph_exception689 struct BOOST_SYMBOL_VISIBLE undirected_graph_error : public graph_exception699 struct BOOST_SYMBOL_VISIBLE bad_graphviz_syntax : public graph_exception
37 struct BOOST_SYMBOL_VISIBLE parse_error : public graph_exception