Error::Error ( string  reason  ) 

Definition at line 9 of file Error.cpp.

00009                           {
00010         vector<string> v;
00011         v.push_back(reason);
00012         this->initialize(v, messageType);
00013 }


Generated on Wed Jun 25 14:47:09 2008 for keyvil by  doxygen 1.5.1