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