Thrown when a received message has an invalid checksum. More...
#include <SickException.hh>
Public Member Functions | |
SickBadChecksumException () | |
A constructor. | |
SickBadChecksumException (const std::string detailed_str) | |
Another constructor. | |
~SickBadChecksumException () throw () | |
A destructor. |
Thrown when a received message has an invalid checksum.
Definition at line 132 of file SickException.hh.
A constructor.
Definition at line 139 of file SickException.hh.
SickToolbox::SickBadChecksumException::SickBadChecksumException | ( | const std::string | detailed_str | ) | [inline] |
Another constructor.
detailed_str | A more detailed description |
Definition at line 146 of file SickException.hh.
SickToolbox::SickBadChecksumException::~SickBadChecksumException | ( | ) | throw () [inline] |
A destructor.
Definition at line 152 of file SickException.hh.