Generic hardware access library
HAL::NoSuchItemException Class Reference

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

#include <NoSuchItemException.hh>

Inheritance diagram for HAL::NoSuchItemException:
HAL::HardwareAccessException

List of all members.

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)

Detailed Description

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.

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

Definition at line 25 of file NoSuchItemException.hh.


Constructor & Destructor Documentation

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.


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