Generic hardware access library
|
Indicates that an address is not in the range of the address defined in an addressTable. More...
#include <AddressOutOfLimitsException.hh>
Public Member Functions | |
AddressOutOfLimitsException (const std::string message, const std::string module, const int line, const std::string function) | |
AddressOutOfLimitsException (const std::string message, const std::string module, const int line, const std::string function, xcept::Exception &previous) |
Indicates that an address is not in the range of the address defined in an addressTable.
This Exception is thrown if it is tried to access an item with an offset, and the resulting address is not in the range of the items of the addressTable.
Definition at line 25 of file AddressOutOfLimitsException.hh.
HAL::AddressOutOfLimitsException::AddressOutOfLimitsException | ( | const std::string | message, |
const std::string | module, | ||
const int | line, | ||
const std::string | function | ||
) | [inline] |
Definition at line 27 of file AddressOutOfLimitsException.hh.
HAL::AddressOutOfLimitsException::AddressOutOfLimitsException | ( | 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 AddressOutOfLimitsException.hh.