lemon/fredman_tarjan.h
changeset 2226 0411ac8a2d87
parent 2050 d9a221218ea4
child 2260 4274224f8a7d
equal deleted inserted replaced
7:ad128db18210 8:7be75da025bd
   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;