Provides a base exception class from which to derive other Sick exceptions. More...
#include <SickException.hh>
Public Member Functions | |
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... | |
Private Attributes | |
std::string | _detailed_msg |
Provides a base exception class from which to derive other Sick exceptions.
Definition at line 30 of file SickException.hh.
|
inline |
A standard constructor.
general_str | A descriptive "general" string |
Definition at line 38 of file SickException.hh.
|
inline |
A standard constructor.
general_str | A descriptive "general" string |
detailed_str | A more detailed description |
Definition at line 47 of file SickException.hh.
|
inline |
A destructor.
Definition at line 61 of file SickException.hh.
|
inlinevirtual |
From the standard exception library.
Definition at line 54 of file SickException.hh.
|
private |
The string identifier
Definition at line 66 of file SickException.hh.