#include <c++/drivers/base/src/SickException.hh>
Inheritance diagram for SickToolbox::SickException:

Public Member Functions | |
| SickException (const std::string general_str) | |
| A standard constructor. | |
| SickException (const std::string general_str, const std::string detailed_str) | |
| A standard constructor. | |
| virtual const char * | what () const throw () |
| From the standard exception library. | |
| ~SickException () throw () | |
| A destructor. | |
| SickToolbox::SickException::SickException | ( | const std::string | general_str | ) | [inline] |
A standard constructor.
| general_str | A descriptive "general" string |
| SickToolbox::SickException::SickException | ( | const std::string | general_str, | |
| const std::string | detailed_str | |||
| ) | [inline] |
A standard constructor.
| general_str | A descriptive "general" string | |
| detailed_str | A more detailed description |
| SickToolbox::SickException::~SickException | ( | ) | throw () [inline] |
A destructor.
| virtual const char* SickToolbox::SickException::what | ( | ) | const throw () [inline, virtual] |
From the standard exception library.
1.5.1