CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFToolsException.cc
Go to the documentation of this file.
2 
3 
4 using namespace pftools;
5 
7 {
8  myDescription = aErrorDescription;
9 }
10 
12 {
13 }
14 
15 const char* PFToolsException::what() const throw(){
16  return myDescription.c_str();
17 }
PFToolsException(const std::string &aErrorDescription="")
virtual const char * what() const