#include <RodModule.h>
Inheritance diagram for SctPixelRod::RodException:
Public Member Functions | |
RodException (std::string descriptor) | |
RodException (std::string descriptor, unsigned long data1) | |
RodException (std::string descriptor, unsigned long data1, unsigned long data2) | |
unsigned long | getData1 () |
unsigned long | getData2 () |
unsigned long | getNumData () |
virtual void | what (std::ostream &) |
Private Attributes | |
unsigned long | m_numData |
Number of data values returned. | |
unsigned long | m_data1 |
unsigned long | m_data2 |
|
|
|
|
|
|
|
Definition at line 100 of file RodModule.h. References m_data1. |
|
Definition at line 101 of file RodModule.h. References m_data2. |
|
Reimplemented from SctPixelRod::BaseException. Definition at line 102 of file RodModule.h. References m_numData. |
|
Reimplemented from SctPixelRod::BaseException. |
|
Definition at line 107 of file RodModule.h. Referenced by getData1(). |
|
Definition at line 108 of file RodModule.h. Referenced by getData2(). |
|
Number of data values returned.
Reimplemented from SctPixelRod::BaseException. Definition at line 106 of file RodModule.h. Referenced by getNumData(). |