Thrown when Sick returns an error code or an unexpected response. More...
#include <SickException.hh>

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