equal
deleted
inserted
replaced
591 /// |
591 /// |
592 /// This error represents problems in the initialization |
592 /// This error represents problems in the initialization |
593 /// of the parameters of the algorithms. |
593 /// of the parameters of the algorithms. |
594 class UninitializedParameter : public lemon::UninitializedParameter { |
594 class UninitializedParameter : public lemon::UninitializedParameter { |
595 public: |
595 public: |
596 virtual const char* exceptionName() const { |
596 virtual const char* what() const throw() { |
597 return "lemon::MaxWeightedBipartiteMatching::UninitializedParameter"; |
597 return "lemon::MaxWeightedBipartiteMatching::UninitializedParameter"; |
598 } |
598 } |
599 }; |
599 }; |
600 |
600 |
601 ///\name Named template parameters |
601 ///\name Named template parameters |
1162 /// |
1162 /// |
1163 /// This error represents problems in the initialization |
1163 /// This error represents problems in the initialization |
1164 /// of the parameters of the algorithms. |
1164 /// of the parameters of the algorithms. |
1165 class UninitializedParameter : public lemon::UninitializedParameter { |
1165 class UninitializedParameter : public lemon::UninitializedParameter { |
1166 public: |
1166 public: |
1167 virtual const char* exceptionName() const { |
1167 virtual const char* what() const throw() { |
1168 return "lemon::MinCostMaxBipartiteMatching::UninitializedParameter"; |
1168 return "lemon::MinCostMaxBipartiteMatching::UninitializedParameter"; |
1169 } |
1169 } |
1170 }; |
1170 }; |
1171 |
1171 |
1172 ///\name Named template parameters |
1172 ///\name Named template parameters |