#include <TimModule.h>
Inheritance diagram for SctPixelRod::TimException:
Public Methods | |
TimException (std::string descriptor, int data1, int data2) | |
Constructors. Use defaults for destructor, copy, and assignment. More... | |
int | getData1 () |
int | getData2 () |
virtual void | what (std::ostream &) |
Private Attributes | |
int | m_data1 |
First data value returned. More... | |
int | m_data2 |
Second data value returned. More... |
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 51 of file TimModule.h.
|
Constructors. Use defaults for destructor, copy, and assignment.
Definition at line 43 of file TimModule.cxx. |
|
Definition at line 56 of file TimModule.h. References m_data1. Referenced by what. |
|
Definition at line 57 of file TimModule.h. References m_data2. Referenced by what. |
|
Definition at line 51 of file TimModule.cxx. |
|
First data value returned.
Definition at line 62 of file TimModule.h. Referenced by getData1, and TimException. |
|
Second data value returned.
Definition at line 63 of file TimModule.h. Referenced by getData2, and TimException. |