Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

SctPixelRod::NoImageFile Class Reference

This is an exception class for when a binary image file is not found. It inherits from BaseException, adding the name of the missing file as a data member. More...

#include <RodModule.h>

Inheritance diagram for SctPixelRod::NoImageFile:

SctPixelRod::BaseException

Public Member Functions

 NoImageFile (std::string descriptor, std::string fileName)
std::string getFileName ()
virtual void what (std::ostream &)

Private Attributes

std::string m_fileName

Detailed Description

This is an exception class for when a binary image file is not found. It inherits from BaseException, adding the name of the missing file as a data member.

If we try to load a binary image for a master or slave DSP and the file is not found, an object of this class is thrown.

Author:
Tom Meyer (meyer@iastate.edu) - originator

Definition at line 49 of file RodModule.h.


Constructor & Destructor Documentation

SctPixelRod::NoImageFile::NoImageFile std::string    descriptor,
std::string    fileName
 


Member Function Documentation

std::string SctPixelRod::NoImageFile::getFileName   [inline]
 

Definition at line 52 of file RodModule.h.

References m_fileName.

virtual void SctPixelRod::NoImageFile::what std::ostream &    [virtual]
 

Reimplemented from SctPixelRod::BaseException.


Field Documentation

std::string SctPixelRod::NoImageFile::m_fileName [private]
 

Definition at line 56 of file RodModule.h.

Referenced by getFileName().


The documentation for this class was generated from the following file:
Generated on Mon Dec 15 19:38:06 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3