changeset 2152 | ba87d27667cd |
parent 2116 | b6a68c15a6a3 |
child 2162 | 6831fa007688 |
26:541017a62b54 | 27:b3e69becd132 |
---|---|
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 virtual const char* exceptionName() const { |
502 virtual const char* what() const throw() { |
503 return "lemon::FullBpUGraph::NodeSetError"; |
503 return "lemon::FullBpUGraph::NodeSetError"; |
504 } |
504 } |
505 }; |
505 }; |
506 |
506 |
507 class Node { |
507 class Node { |