changeset 2155 | c712e66532d8 |
parent 2132 | 783b1d583be3 |
child 2162 | 6831fa007688 |
28:3b29e4c18246 | 29:531d9073da00 |
---|---|
429 |
429 |
430 class SmartBpUGraphBase { |
430 class SmartBpUGraphBase { |
431 public: |
431 public: |
432 |
432 |
433 class NodeSetError : public LogicError { |
433 class NodeSetError : public LogicError { |
434 virtual const char* exceptionName() const { |
434 virtual const char* what() const throw() { |
435 return "lemon::SmartBpUGraph::NodeSetError"; |
435 return "lemon::SmartBpUGraph::NodeSetError"; |
436 } |
436 } |
437 }; |
437 }; |
438 |
438 |
439 protected: |
439 protected: |