KatanaNativeInterface  $VERSION$
Public Member Functions
WriteNotCompleteException Class Reference

Not all bytes could be written to the serial communication device. More...

#include <cdlCOMExceptions.h>

Inheritance diagram for WriteNotCompleteException:
Inheritance graph
Collaboration diagram for WriteNotCompleteException:
Collaboration graph

List of all members.

Public Member Functions

 WriteNotCompleteException (const std::string &port) throw ()
- Public Member Functions inherited from ReadWriteNotCompleteException
 ReadWriteNotCompleteException (const std::string &errstr, const int error_number) 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 ()

Detailed Description

Not all bytes could be written to the serial communication device.

Note:
error_number=-15

Definition at line 103 of file cdlCOMExceptions.h.


Constructor & Destructor Documentation

WriteNotCompleteException::WriteNotCompleteException ( const std::string &  port) throw ()
inline

Definition at line 105 of file cdlCOMExceptions.h.


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