Generic hardware access library
HAL::NoSuchFileException Class Reference

Indicates a wrong value used in the program. More...

#include <NoSuchFileException.hh>

Inheritance diagram for HAL::NoSuchFileException:
HAL::HardwareAccessException

List of all members.

Public Member Functions

 NoSuchFileException (const std::string message, const std::string module, const int line, const std::string function)
 NoSuchFileException (const std::string message, const std::string module, const int line, const std::string function, xcept::Exception &previous)

Detailed Description

Indicates a wrong value used in the program.

As an example this Exception is thrown in the constructors of the PCIAddressTableASCIIReader and the VMEAddressTableASCIIReader if the input file cannot be found.

Author:
Christoph Schwick
Revision:
1.1
Date:
2007/03/05 18:02:10

Definition at line 27 of file NoSuchFileException.hh.


Constructor & Destructor Documentation

HAL::NoSuchFileException::NoSuchFileException ( const std::string  message,
const std::string  module,
const int  line,
const std::string  function 
) [inline]

Definition at line 29 of file NoSuchFileException.hh.

HAL::NoSuchFileException::NoSuchFileException ( const std::string  message,
const std::string  module,
const int  line,
const std::string  function,
xcept::Exception &  previous 
) [inline]

Definition at line 39 of file NoSuchFileException.hh.


The documentation for this class was generated from the following file: