Definition at line 9 of file Error.cpp.
00009 { 00010 vector<string> v; 00011 v.push_back(reason); 00012 this->initialize(v, messageType); 00013 }