equal
deleted
inserted
replaced
140 * This error represents problems in the initialization |
140 * This error represents problems in the initialization |
141 * of the parameters of the algorithms. |
141 * of the parameters of the algorithms. |
142 */ |
142 */ |
143 class UninitializedParameter : public lemon::UninitializedParameter { |
143 class UninitializedParameter : public lemon::UninitializedParameter { |
144 public: |
144 public: |
145 virtual const char* exceptionName() const { |
145 virtual const char* what() const throw() { |
146 return "lemon::Bfs::UninitializedParameter"; |
146 return "lemon::Bfs::UninitializedParameter"; |
147 } |
147 } |
148 }; |
148 }; |
149 |
149 |
150 typedef TR Traits; |
150 typedef TR Traits; |