equal
deleted
inserted
replaced
185 /// |
185 /// |
186 /// This error represents problems in the initialization |
186 /// This error represents problems in the initialization |
187 /// of the parameters of the algorithms. |
187 /// of the parameters of the algorithms. |
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::Prim::UninitializedParameter"; |
191 return "lemon::Prim::UninitializedParameter"; |
192 } |
192 } |
193 }; |
193 }; |
194 |
194 |
195 typedef TR Traits; |
195 typedef TR Traits; |