rec::robotino::com::RobotinoException Class Reference

An extended exception class used in all rec::robotino::com classes. More...

#include <RobotinoException.h>

Inheritance diagram for rec::robotino::com::RobotinoException:

rec::robotino::com::ComException

List of all members.

Public Member Functions

 RobotinoException (const char *message)
 Creates a new Exception with a given text message.
 RobotinoException (const std::exception &cause)
virtual const char * what () const throw ()
 Return the descriptive text message.


Detailed Description

An extended exception class used in all rec::robotino::com classes.

Usually gets thrown if a used communication object is invalid, but there are other reasons, too, so check the error message.


Constructor & Destructor Documentation

rec::robotino::com::RobotinoException::RobotinoException ( const char *  message  )  [inline]

Creates a new Exception with a given text message.

Parameters:
message A text message describing the reason of the exception.
See also:
what


Member Function Documentation

virtual const char* rec::robotino::com::RobotinoException::what (  )  const throw () [inline, virtual]

Return the descriptive text message.

Overloaded from std::exception.

Returns:
The description of the reason, why this exception was thrown (in English).


The documentation for this class was generated from the following file:

Generated on Fri Aug 17 15:09:42 2012 for rec::robotino::com by  doxygen 1.5.5