Generic hardware access library
HAL::HardwareAccessException Class Reference

The baseclass of all exceptions thrown in this library. More...

#include <HardwareAccessException.hh>

Inheritance diagram for HAL::HardwareAccessException:
HAL::AddressOutOfLimitsException HAL::BusAdapterException HAL::HardwareProblemException HAL::IllegalOperationException HAL::IllegalValueException HAL::MaskBoundaryException HAL::NoSuchDeviceException HAL::NoSuchFileException HAL::NoSuchItemException HAL::SequencerSyntaxError HAL::TimeoutException HAL::UnsupportedException HAL::VerifyException HAL::XMLProcessingException

List of all members.

Public Member Functions

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

Detailed Description

The baseclass of all exceptions thrown in this library.

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

Definition at line 22 of file HardwareAccessException.hh.


Constructor & Destructor Documentation

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

Definition at line 26 of file HardwareAccessException.hh.

HAL::HardwareAccessException::HardwareAccessException ( const std::string  name,
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 HardwareAccessException.hh.


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