Generic hardware access library
HAL::TimeoutException Class Reference

Indicates that a timeout has expired. More...

#include <TimeoutException.hh>

Inheritance diagram for HAL::TimeoutException:
HAL::HardwareAccessException

List of all members.

Public Member Functions

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

Detailed Description

Indicates that a timeout has expired.

This exception is used in the pollItem method of the HardwareDeviceInterface.

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

Definition at line 23 of file TimeoutException.hh.


Constructor & Destructor Documentation

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

Definition at line 25 of file TimeoutException.hh.

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

Definition at line 35 of file TimeoutException.hh.


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