Serial-TCP/IPbridge  1.0
Public Member Functions | List of all members
Connection::ConnectionClosed Class Reference

This exception is thrown when trying to read or send a message while the connection is closed. More...

#include <connection.h>

Inheritance diagram for Connection::ConnectionClosed:
Connection::ConnectionError BaseException

Public Member Functions

 ConnectionClosed (const std::string &errorMessage)
 
- Public Member Functions inherited from Connection::ConnectionError
 ConnectionError (const std::string &errorMessage)
 
- Public Member Functions inherited from BaseException
 BaseException (const std::string &errorMessage)
 Constructor. More...
 
virtual ~BaseException () throw ()
 
virtual const char * what () throw ()
 
virtual const char * what () const throw ()
 

Detailed Description

This exception is thrown when trying to read or send a message while the connection is closed.

Constructor & Destructor Documentation

Connection::ConnectionClosed::ConnectionClosed ( const std::string &  errorMessage)
inlineexplicit

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