Makes handling timeouts much easier. More...
#include <SickException.hh>
Public Member Functions | |
SickTimeoutException () | |
A constructor. More... | |
SickTimeoutException (const std::string detailed_str) | |
A constructor. More... | |
~SickTimeoutException () throw () | |
A destructor. More... | |
Public Member Functions inherited from SickToolbox::SickException | |
SickException (const std::string general_str) | |
A standard constructor. More... | |
SickException (const std::string general_str, const std::string detailed_str) | |
A standard constructor. More... | |
virtual const char * | what () const throw () |
From the standard exception library. More... | |
~SickException () throw () | |
A destructor. More... | |
Makes handling timeouts much easier.
Definition at line 74 of file SickException.hh.
|
inline |
A constructor.
Definition at line 81 of file SickException.hh.
|
inline |
A constructor.
detailed_str | A more detailed description |
Definition at line 88 of file SickException.hh.
|
inline |
A destructor.
Definition at line 94 of file SickException.hh.