Generic hardware access library
|
Indicates that a timeout has expired. More...
#include <TimeoutException.hh>
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) |
Indicates that a timeout has expired.
This exception is used in the pollItem method of the HardwareDeviceInterface.
Definition at line 23 of file TimeoutException.hh.
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.