General purpose exception class for use by classes in the pftools namespace. More...
#include <PFToolsException.h>
Public Member Functions | |
PFToolsException (const std::string &aErrorDescription="") | |
virtual const char * | what () const throw () |
virtual | ~PFToolsException () throw () |
Protected Attributes | |
std::string | myDescription |
General purpose exception class for use by classes in the pftools namespace.
Definition at line 14 of file PFToolsException.h.
PFToolsException::PFToolsException | ( | const std::string & | aErrorDescription = "" | ) |
|
virtual |
Definition at line 11 of file PFToolsException.cc.
|
virtual |
|
protected |
Definition at line 23 of file PFToolsException.h.
Referenced by PFToolsException(), and what().