#include <serial.h>
serial::PortNotOpenedException::PortNotOpenedException |
( |
const char * |
description | ) |
|
|
inline |
736 std::stringstream ss;
737 ss <<
"PortNotOpenedException " << description <<
" failed.";
740 : e_what_(other.e_what_) {}
virtual serial::PortNotOpenedException::~PortNotOpenedException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
virtual const char* serial::PortNotOpenedException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
743 return e_what_.c_str();
The documentation for this class was generated from the following file: