KatanaNativeInterface $VERSION$
Public Member Functions | List of all members
ParameterWritingException Class Reference

The data you wanted to send to the robot was invalid. More...

#include <kmlCommon.h>

Inheritance diagram for ParameterWritingException:
Inheritance graph
Collaboration diagram for ParameterWritingException:
Collaboration graph

Public Member Functions

 ParameterWritingException (const std::string &para) throw ()
 
- Public Member Functions inherited from Exception
 Exception (const std::string &message, const int error_number) throw ()
 
virtual ~Exception () throw ()
 
std::string message () const throw ()
 
const char * what () const throw ()
 
const int error_number () const throw ()
 

Additional Inherited Members

- Protected Attributes inherited from Exception
const std::string _message
 
const int _error_number
 

Detailed Description

The data you wanted to send to the robot was invalid.

Note
error_number=-33

Definition at line 53 of file kmlCommon.h.

Constructor & Destructor Documentation

◆ ParameterWritingException()

ParameterWritingException::ParameterWritingException ( const std::string &  para)
throw (
)
inline

Definition at line 55 of file kmlCommon.h.


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