Thrown when error occurs during thread initialization, and uninitialization. More...
#include <SickException.hh>
Public Member Functions | |
SickThreadException () | |
A constructor. | |
SickThreadException (const std::string detailed_str) | |
Another constructor. | |
~SickThreadException () throw () | |
A destructor. |
Thrown when error occurs during thread initialization, and uninitialization.
Definition at line 161 of file SickException.hh.
A constructor.
Definition at line 168 of file SickException.hh.
SickToolbox::SickThreadException::SickThreadException | ( | const std::string | detailed_str | ) | [inline] |
Another constructor.
detailed_str | A more detailed description |
Definition at line 175 of file SickException.hh.
SickToolbox::SickThreadException::~SickThreadException | ( | ) | throw () [inline] |
A destructor.
Definition at line 181 of file SickException.hh.