equal
deleted
inserted
replaced
205 /// |
205 /// |
206 /// This error represents problems in the initialization |
206 /// This error represents problems in the initialization |
207 /// of the parameters of the algorithms. |
207 /// of the parameters of the algorithms. |
208 class UninitializedParameter : public lemon::UninitializedParameter { |
208 class UninitializedParameter : public lemon::UninitializedParameter { |
209 public: |
209 public: |
210 virtual const char* exceptionName() const { |
210 virtual const char* what() const throw() { |
211 return "lemon::MaxCardinalitySearch::UninitializedParameter"; |
211 return "lemon::MaxCardinalitySearch::UninitializedParameter"; |
212 } |
212 } |
213 }; |
213 }; |
214 |
214 |
215 typedef _Traits Traits; |
215 typedef _Traits Traits; |
856 /// |
856 /// |
857 /// This error represents problems in the initialization |
857 /// This error represents problems in the initialization |
858 /// of the parameters of the algorithms. |
858 /// of the parameters of the algorithms. |
859 class UninitializedParameter : public lemon::UninitializedParameter { |
859 class UninitializedParameter : public lemon::UninitializedParameter { |
860 public: |
860 public: |
861 virtual const char* exceptionName() const { |
861 virtual const char* what() const throw() { |
862 return "lemon::MinCut::UninitializedParameter"; |
862 return "lemon::MinCut::UninitializedParameter"; |
863 } |
863 } |
864 }; |
864 }; |
865 |
865 |
866 |
866 |