equal
deleted
inserted
replaced
130 /// |
130 /// |
131 ///This error represents problems in the initialization |
131 ///This error represents problems in the initialization |
132 ///of the parameters of the algorithms. |
132 ///of the parameters of the algorithms. |
133 class UninitializedParameter : public lemon::UninitializedParameter { |
133 class UninitializedParameter : public lemon::UninitializedParameter { |
134 public: |
134 public: |
135 virtual const char* exceptionName() const { |
135 virtual const char* what() const throw() { |
136 return "lemon::FredmanTarjan::UninitializedParameter"; |
136 return "lemon::FredmanTarjan::UninitializedParameter"; |
137 } |
137 } |
138 }; |
138 }; |
139 |
139 |
140 typedef GR Graph; |
140 typedef GR Graph; |