equal
deleted
inserted
replaced
300 /// This error represents problems in the initialization |
300 /// This error represents problems in the initialization |
301 /// of the parameters of the algorithms. |
301 /// of the parameters of the algorithms. |
302 |
302 |
303 class UninitializedParameter : public lemon::UninitializedParameter { |
303 class UninitializedParameter : public lemon::UninitializedParameter { |
304 public: |
304 public: |
305 virtual const char* exceptionName() const { |
305 virtual const char* what() const throw() { |
306 return "lemon::DagShortestPath::UninitializedParameter"; |
306 return "lemon::DagShortestPath::UninitializedParameter"; |
307 } |
307 } |
308 }; |
308 }; |
309 |
309 |
310 typedef _Traits Traits; |
310 typedef _Traits Traits; |