Makes handling timeouts much easier. More...
#include <SickException.hh>
Public Member Functions | |
SickTimeoutException () | |
A constructor. | |
SickTimeoutException (const std::string detailed_str) | |
A constructor. | |
~SickTimeoutException () throw () | |
A destructor. |
Makes handling timeouts much easier.
Definition at line 74 of file SickException.hh.
A constructor.
Definition at line 81 of file SickException.hh.
SickToolbox::SickTimeoutException::SickTimeoutException | ( | const std::string | detailed_str | ) | [inline] |
A constructor.
detailed_str | A more detailed description |
Definition at line 88 of file SickException.hh.
SickToolbox::SickTimeoutException::~SickTimeoutException | ( | ) | throw () [inline] |
A destructor.
Definition at line 94 of file SickException.hh.