Generic hardware access library
|
Indicates a wrong value used in the program. More...
#include <NoSuchFileException.hh>
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) |
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.
Definition at line 27 of file NoSuchFileException.hh.
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.