changeset 2164 | 160ca7667159 |
parent 2151 | 38ec4a930c05 |
child 2190 | dd887831e9c1 |
29:531d9073da00 | 30:7bdc89205af6 |
---|---|
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 public: |
|
434 virtual const char* what() const throw() { |
435 virtual const char* what() const throw() { |
435 return "lemon::SmartBpUGraph::NodeSetError"; |
436 return "lemon::SmartBpUGraph::NodeSetError"; |
436 } |
437 } |
437 }; |
438 }; |
438 |
439 |