Thrown when Sick returns an error code or an unexpected response. More...
#include <SickException.hh>
Public Member Functions | |
SickErrorException () | |
A constructor. | |
SickErrorException (const std::string detailed_str) | |
Another constructor. | |
~SickErrorException () throw () | |
A destructor. |
Thrown when Sick returns an error code or an unexpected response.
Definition at line 219 of file SickException.hh.
SickToolbox::SickErrorException::SickErrorException | ( | ) | [inline] |
A constructor.
Definition at line 226 of file SickException.hh.
SickToolbox::SickErrorException::SickErrorException | ( | const std::string | detailed_str | ) | [inline] |
Another constructor.
detailed_str | A more detailed description |
Definition at line 233 of file SickException.hh.
SickToolbox::SickErrorException::~SickErrorException | ( | ) | throw () [inline] |
A destructor.
Definition at line 239 of file SickException.hh.