#include <serial.h>
Public Member Functions | |
PortNotOpenedException (const char *description) | |
PortNotOpenedException (const PortNotOpenedException &other) | |
virtual const char * | what () const throw () |
virtual | ~PortNotOpenedException () throw () |
Private Member Functions | |
const PortNotOpenedException & | operator= (PortNotOpenedException) |
Private Attributes | |
std::string | e_what_ |
serial::PortNotOpenedException::PortNotOpenedException | ( | const char * | description | ) | [inline] |
serial::PortNotOpenedException::PortNotOpenedException | ( | const PortNotOpenedException & | other | ) | [inline] |
virtual serial::PortNotOpenedException::~PortNotOpenedException | ( | ) | throw () [inline, virtual] |
const PortNotOpenedException& serial::PortNotOpenedException::operator= | ( | PortNotOpenedException | ) | [private] |
virtual const char* serial::PortNotOpenedException::what | ( | ) | const throw () [inline, virtual] |
std::string serial::PortNotOpenedException::e_what_ [private] |