lemon/johnson.h
changeset 2212 0ad3835449f8
parent 2111 ea1fa1bc3f6d
child 2230 67af33b34394
equal deleted inserted replaced
18:9e5cc3998198 19:71a1aca990ff
   232     /// This error represents problems in the initialization
   232     /// This error represents problems in the initialization
   233     /// of the parameters of the algorithms.
   233     /// of the parameters of the algorithms.
   234 
   234 
   235     class UninitializedParameter : public lemon::UninitializedParameter {
   235     class UninitializedParameter : public lemon::UninitializedParameter {
   236     public:
   236     public:
   237       virtual const char* exceptionName() const {
   237       virtual const char* what() const throw() {
   238 	return "lemon::Johnson::UninitializedParameter";
   238 	return "lemon::Johnson::UninitializedParameter";
   239       }
   239       }
   240     };
   240     };
   241 
   241 
   242     typedef _Traits Traits;
   242     typedef _Traits Traits;