Generic hardware access library
HAL::AddressOutOfLimitsException Class Reference

Indicates that an address is not in the range of the address defined in an addressTable. More...

#include <AddressOutOfLimitsException.hh>

Inheritance diagram for HAL::AddressOutOfLimitsException:
HAL::HardwareAccessException

List of all members.

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)

Detailed Description

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.

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

Definition at line 25 of file AddressOutOfLimitsException.hh.


Constructor & Destructor Documentation

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.


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