equal
deleted
inserted
replaced
136 /// |
136 /// |
137 /// This error represents problems in the initialization |
137 /// This error represents problems in the initialization |
138 /// of the parameters of the algorithms. |
138 /// of the parameters of the algorithms. |
139 class UninitializedParameter : public lemon::UninitializedParameter { |
139 class UninitializedParameter : public lemon::UninitializedParameter { |
140 public: |
140 public: |
141 virtual const char* exceptionName() const { |
141 virtual const char* what() const throw() { |
142 return "lemon::MinCostArborescence::UninitializedParameter"; |
142 return "lemon::MinCostArborescence::UninitializedParameter"; |
143 } |
143 } |
144 }; |
144 }; |
145 |
145 |
146 /// The traits. |
146 /// The traits. |