lemon/bfs.h
changeset 2199 1229af45cc69
parent 2033 7bf1f64962c2
child 2260 4274224f8a7d
equal deleted inserted replaced
17:5f57a35c341a 18:3020927c2672
   140      * This error represents problems in the initialization
   140      * This error represents problems in the initialization
   141      * of the parameters of the algorithms.
   141      * of the parameters of the algorithms.
   142      */
   142      */
   143     class UninitializedParameter : public lemon::UninitializedParameter {
   143     class UninitializedParameter : public lemon::UninitializedParameter {
   144     public:
   144     public:
   145       virtual const char* exceptionName() const {
   145       virtual const char* what() const throw() {
   146 	return "lemon::Bfs::UninitializedParameter";
   146 	return "lemon::Bfs::UninitializedParameter";
   147       }
   147       }
   148     };
   148     };
   149 
   149 
   150     typedef TR Traits;
   150     typedef TR Traits;