lemon/dijkstra.h
changeset 2199 1229af45cc69
parent 2111 ea1fa1bc3f6d
child 2230 67af33b34394
equal deleted inserted replaced
20:098d5b628549 21:1da2291a7f8c
   185      * This error represents problems in the initialization
   185      * This error represents problems in the initialization
   186      * of the parameters of the algorithms.
   186      * of the parameters of the algorithms.
   187      */
   187      */
   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::Dijkstra::UninitializedParameter";
   191 	return "lemon::Dijkstra::UninitializedParameter";
   192       }
   192       }
   193     };
   193     };
   194 
   194 
   195     typedef TR Traits;
   195     typedef TR Traits;