Generic hardware access library
HAL::SequencerSyntaxError Class Reference

Indicates a syntax error in a CommandSequence. More...

#include <SequencerSyntaxError.hh>

Inheritance diagram for HAL::SequencerSyntaxError:
HAL::HardwareAccessException

List of all members.

Public Member Functions

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

Private Attributes

std::string name
std::string whatString

Detailed Description

Indicates a syntax error in a CommandSequence.

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

Definition at line 21 of file SequencerSyntaxError.hh.


Constructor & Destructor Documentation

Definition at line 23 of file SequencerSyntaxError.hh.

HAL::SequencerSyntaxError::SequencerSyntaxError ( std::string  text) [inline]

Definition at line 29 of file SequencerSyntaxError.hh.


Member Function Documentation

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

Definition at line 34 of file SequencerSyntaxError.hh.


Member Data Documentation

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

Definition at line 39 of file SequencerSyntaxError.hh.

Definition at line 40 of file SequencerSyntaxError.hh.


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