lemon/full_graph.h
changeset 2199 1229af45cc69
parent 2151 38ec4a930c05
child 2223 590c1b663a27
equal deleted inserted replaced
27:b3e69becd132 28:9f6b1342f518
   497     int _edgeNum;
   497     int _edgeNum;
   498 
   498 
   499   public:
   499   public:
   500 
   500 
   501     class NodeSetError : public LogicError {
   501     class NodeSetError : public LogicError {
       
   502     public:
   502       virtual const char* what() const throw() { 
   503       virtual const char* what() const throw() { 
   503 	return "lemon::FullBpUGraph::NodeSetError";
   504 	return "lemon::FullBpUGraph::NodeSetError";
   504       }
   505       }
   505     };
   506     };
   506   
   507