lemon/min_cost_arborescence.h
changeset 2226 0411ac8a2d87
parent 2111 ea1fa1bc3f6d
child 2259 da142c310d02
equal deleted inserted replaced
4:9dfe0b25f236 5:219b6f0476fd
   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.