#include <RobotinoException.h>
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. |
Usually gets thrown if a used communication object is invalid, but there are other reasons, too, so check the error message.
rec::robotino::com::RobotinoException::RobotinoException | ( | const char * | message | ) | [inline] |
Creates a new Exception with a given text message.
message | A text message describing the reason of the exception. |
virtual const char* rec::robotino::com::RobotinoException::what | ( | ) | const throw () [inline, virtual] |
Return the descriptive text message.
Overloaded from std::exception.