#include <BaseException.h>
Inheritance diagram for SctPixelRod::BaseException:
Public Member Functions | |
BaseException (std::string descriptor) | |
std::string | getDescriptor () |
unsigned long | getNumData () |
void | setType (exceptType type) |
exceptType | getType () |
virtual void | what (std::ostream &) |
virtual | ~BaseException () |
Private Attributes | |
std::string | m_descriptor |
A text description of the error. | |
unsigned long | m_numData |
Number of data values returned. | |
exceptType | m_type |
|
|
|
Definition at line 37 of file BaseException.h. |
|
Definition at line 32 of file BaseException.h. References m_descriptor. |
|
Reimplemented in SctPixelRod::RodException. Definition at line 33 of file BaseException.h. References m_numData. |
|
Definition at line 35 of file BaseException.h. References SctPixelRod::exceptType, and m_type. |
|
Definition at line 34 of file BaseException.h. References m_type. |
|
Reimplemented in SctPixelRod::NoImageFile, SctPixelRod::HpiException, SctPixelRod::RodException, and SctPixelRod::TimException. |
|
A text description of the error.
Definition at line 40 of file BaseException.h. Referenced by getDescriptor(). |
|
Number of data values returned.
Reimplemented in SctPixelRod::RodException. Definition at line 41 of file BaseException.h. Referenced by getNumData(). |
|
Definition at line 42 of file BaseException.h. |