SickToolbox::SickException Class Reference

Provides a base exception class from which to derive other Sick exceptions. More...

#include <c++/drivers/base/src/SickException.hh>

Inheritance diagram for SickToolbox::SickException:

Inheritance graph
[legend]
List of all members.

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.

Detailed Description

Provides a base exception class from which to derive other Sick exceptions.


Constructor & Destructor Documentation

SickToolbox::SickException::SickException ( const std::string  general_str  )  [inline]

A standard constructor.

Parameters:
general_str A descriptive "general" string

SickToolbox::SickException::SickException ( const std::string  general_str,
const std::string  detailed_str 
) [inline]

A standard constructor.

Parameters:
general_str A descriptive "general" string
detailed_str A more detailed description

SickToolbox::SickException::~SickException (  )  throw () [inline]

A destructor.


Member Function Documentation

virtual const char* SickToolbox::SickException::what (  )  const throw () [inline, virtual]

From the standard exception library.


The documentation for this class was generated from the following file:
Generated on Thu Mar 20 09:41:45 2008 for sicktoolbox-1.0 by  doxygen 1.5.1