lemon/prim.h
changeset 2191 ef3560193856
parent 2042 bdc953f2a449
child 2230 67af33b34394
equal deleted inserted replaced
6:be7827c6b56b 7:59575feb3dce
   185     ///
   185     ///
   186     /// This error represents problems in the initialization
   186     /// This error represents problems in the initialization
   187     /// of the parameters of the algorithms.
   187     /// of the parameters of the algorithms.
   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::Prim::UninitializedParameter";
   191 	return "lemon::Prim::UninitializedParameter";
   192       }
   192       }
   193     };
   193     };
   194 
   194 
   195     typedef TR Traits;
   195     typedef TR Traits;