lemon/floyd_warshall.h
changeset 2165 947d36fb3b49
parent 2111 ea1fa1bc3f6d
child 2184 05a5e48010ab
equal deleted inserted replaced
14:9f0d0d70227a 15:a053d5335abd
   197     /// This error represents problems in the initialization
   197     /// This error represents problems in the initialization
   198     /// of the parameters of the algorithms.
   198     /// of the parameters of the algorithms.
   199 
   199 
   200     class UninitializedParameter : public lemon::UninitializedParameter {
   200     class UninitializedParameter : public lemon::UninitializedParameter {
   201     public:
   201     public:
   202       virtual const char* exceptionName() const {
   202       virtual const char* what() const throw() {
   203 	return "lemon::FloydWarshall::UninitializedParameter";
   203 	return "lemon::FloydWarshall::UninitializedParameter";
   204       }
   204       }
   205     };
   205     };
   206 
   206 
   207     typedef _Traits Traits;
   207     typedef _Traits Traits;