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

Reading from the serial communication device failed. More...

#include <cdlCOMExceptions.h>

Inheritance diagram for DeviceReadException:
Inheritance graph
Collaboration diagram for DeviceReadException:
Collaboration graph

Public Member Functions

 DeviceReadException (const std::string &port, const std::string os_msg) 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

Reading from the serial communication device failed.

Note
error_number=-13
Linux only: You get also the direct error message from the system

Definition at line 75 of file cdlCOMExceptions.h.

Constructor & Destructor Documentation

DeviceReadException::DeviceReadException ( const std::string &  port,
const std::string  os_msg 
)
throw (
)
inline

Definition at line 77 of file cdlCOMExceptions.h.


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