Generic hardware access library
HAL::HardwareProblemException Class Reference

Indicates a problem with the hardware. More...

#include <HardwareProblemException.hh>

Inheritance diagram for HAL::HardwareProblemException:
HAL::HardwareAccessException

List of all members.

Public Member Functions

 ~HardwareProblemException () throw ()
 HardwareProblemException ()
 HardwareProblemException (std::string text)
const char * what () const throw ()

Private Attributes

std::string name
std::string whatString

Detailed Description

Indicates a problem with the hardware.

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

Definition at line 22 of file HardwareProblemException.hh.


Constructor & Destructor Documentation

Definition at line 30 of file HardwareProblemException.hh.


Member Function Documentation

const char* HAL::HardwareProblemException::what ( ) const throw () [inline]

Definition at line 35 of file HardwareProblemException.hh.


Member Data Documentation

std::string HAL::HardwareProblemException::name [private]

Definition at line 40 of file HardwareProblemException.hh.

Definition at line 41 of file HardwareProblemException.hh.


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