equal
deleted
inserted
replaced
185 * This error represents problems in the initialization |
185 * This error represents problems in the initialization |
186 * of the parameters of the algorithms. |
186 * of the parameters of the algorithms. |
187 */ |
187 */ |
188 class UninitializedParameter : public lemon::UninitializedParameter { |
188 class UninitializedParameter : public lemon::UninitializedParameter { |
189 public: |
189 public: |
190 virtual const char* exceptionName() const { |
190 virtual const char* what() const throw() { |
191 return "lemon::Dijkstra::UninitializedParameter"; |
191 return "lemon::Dijkstra::UninitializedParameter"; |
192 } |
192 } |
193 }; |
193 }; |
194 |
194 |
195 typedef TR Traits; |
195 typedef TR Traits; |