Generic hardware access library
HAL::BusAdapterException Class Reference

Thrown if there is a problem in the BusAdapter. More...

#include <BusAdapterException.hh>

Inheritance diagram for HAL::BusAdapterException:
HAL::HardwareAccessException

List of all members.

Public Member Functions

 BusAdapterException (const std::string message, const std::string module, const int line, const std::string function)
 BusAdapterException (const std::string message, const std::string module, const int line, const std::string function, xcept::Exception &previous)

Detailed Description

Thrown if there is a problem in the BusAdapter.

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

Definition at line 21 of file BusAdapterException.hh.


Constructor & Destructor Documentation

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

Definition at line 23 of file BusAdapterException.hh.

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

Definition at line 33 of file BusAdapterException.hh.


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