Generic hardware access library
|
Indicates a syntax error in a CommandSequence. More...
#include <SequencerSyntaxError.hh>
Public Member Functions | |
~SequencerSyntaxError () throw () | |
SequencerSyntaxError () | |
SequencerSyntaxError (std::string text) | |
const char * | what () const throw () |
Private Attributes | |
std::string | name |
std::string | whatString |
Indicates a syntax error in a CommandSequence.
Definition at line 21 of file SequencerSyntaxError.hh.
HAL::SequencerSyntaxError::~SequencerSyntaxError | ( | ) | throw () [inline] |
Definition at line 23 of file SequencerSyntaxError.hh.
HAL::SequencerSyntaxError::SequencerSyntaxError | ( | ) | [inline] |
Definition at line 24 of file SequencerSyntaxError.hh.
HAL::SequencerSyntaxError::SequencerSyntaxError | ( | std::string | text | ) | [inline] |
Definition at line 29 of file SequencerSyntaxError.hh.
const char* HAL::SequencerSyntaxError::what | ( | ) | const throw () [inline] |
Definition at line 34 of file SequencerSyntaxError.hh.
std::string HAL::SequencerSyntaxError::name [private] |
Definition at line 39 of file SequencerSyntaxError.hh.
std::string HAL::SequencerSyntaxError::whatString [private] |
Definition at line 40 of file SequencerSyntaxError.hh.