This is the base class for the DAQ++ exceptions. More...
#include <exception.h>

Public Member Functions | |
| Exception () | |
| Constructor. | |
| Exception (const Exception &e) | |
| Copy constructor. | |
| virtual | ~Exception () throw () |
| Destructor. | |
| const char * | what () const throw () |
| Returns a C-style character string describing the general cause of the current error. | |
Protected Attributes | |
| std::string | _why |
| stores the exceptin message | |
This is the base class for the DAQ++ exceptions.
1.5.5