equal
deleted
inserted
replaced
197 /// This error represents problems in the initialization |
197 /// This error represents problems in the initialization |
198 /// of the parameters of the algorithms. |
198 /// of the parameters of the algorithms. |
199 |
199 |
200 class UninitializedParameter : public lemon::UninitializedParameter { |
200 class UninitializedParameter : public lemon::UninitializedParameter { |
201 public: |
201 public: |
202 virtual const char* exceptionName() const { |
202 virtual const char* what() const throw() { |
203 return "lemon::FloydWarshall::UninitializedParameter"; |
203 return "lemon::FloydWarshall::UninitializedParameter"; |
204 } |
204 } |
205 }; |
205 }; |
206 |
206 |
207 typedef _Traits Traits; |
207 typedef _Traits Traits; |