Generic hardware access library
HAL::NoSuchDeviceException Class Reference

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

#include <NoSuchDeviceException.hh>

Inheritance diagram for HAL::NoSuchDeviceException:
HAL::HardwareAccessException

List of all members.

Public Member Functions

 NoSuchDeviceException (const std::string message, const std::string module, const int line, const std::string function)
 NoSuchDeviceException (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 in the constructor of the PCI device if the hardware device cannot be found.

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

Definition at line 24 of file NoSuchDeviceException.hh.


Constructor & Destructor Documentation

HAL::NoSuchDeviceException::NoSuchDeviceException ( const std::string  message,
const std::string  module,
const int  line,
const std::string  function 
) [inline]

Definition at line 26 of file NoSuchDeviceException.hh.

HAL::NoSuchDeviceException::NoSuchDeviceException ( const std::string  message,
const std::string  module,
const int  line,
const std::string  function,
xcept::Exception &  previous 
) [inline]

Definition at line 36 of file NoSuchDeviceException.hh.


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