Generic hardware access library
|
Indicates a wrong value used in the program. More...
#include <NoSuchItemException.hh>
Public Member Functions | |
NoSuchItemException (const std::string message, const std::string module, const int line, const std::string function) | |
NoSuchItemException (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.
This Exception is thrown if it is tried to access an item which does not exist in the AddressTable.
Definition at line 25 of file NoSuchItemException.hh.
HAL::NoSuchItemException::NoSuchItemException | ( | const std::string | message, |
const std::string | module, | ||
const int | line, | ||
const std::string | function | ||
) | [inline] |
Definition at line 27 of file NoSuchItemException.hh.
HAL::NoSuchItemException::NoSuchItemException | ( | const std::string | message, |
const std::string | module, | ||
const int | line, | ||
const std::string | function, | ||
xcept::Exception & | previous | ||
) | [inline] |
Definition at line 37 of file NoSuchItemException.hh.