|
Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
|
Exception in the TreeCorrelator, both reading and parsing XML file, as well as creating new places, accessing places etc. More...
#include <Exceptions.hpp>


Public Member Functions | |
| TreeCorrelatorException (const std::string &msg) | |
Public Member Functions inherited from GeneralException | |
| GeneralException () | |
| GeneralException (const std::string &msg) | |
| virtual | ~GeneralException () throw () |
| virtual const char * | what () const throw () |
Additional Inherited Members | |
Protected Attributes inherited from GeneralException | |
| const std::string | message_ |
| The message that is to be printed. | |
Exception in the TreeCorrelator, both reading and parsing XML file, as well as creating new places, accessing places etc.
|
inline |
Constructor taking the error message as the argument
| [in] | msg | : the error message to output |