#include <TimModule.h>
Public Member Functions | |
| TimException (std::string descriptor, int data1, int data2) | |
| std::string | getDescriptor () |
| int | getData1 () |
| int | getData2 () |
Private Attributes | |
| std::string | m_descriptor |
| A text description of the error. | |
| int | m_data1 |
| First data value returned. | |
| int | m_data2 |
| Second data value returned. | |
This class is thrown if an error in a TIM operation is detected.
Contributors: John Lane <jbl@hep.ucl.ac.uk> - originator
Definition at line 47 of file TimModule.h.
|
|
First data value returned.
Definition at line 59 of file TimModule.h. |
|
|
Second data value returned.
Definition at line 60 of file TimModule.h. |
|
|
A text description of the error.
Definition at line 58 of file TimModule.h. |
1.3-rc3