#include <serial.h>
Public Member Functions | |
| int | getErrorNumber () |
| IOException (std::string file, int line, int errnum) | |
| IOException (std::string file, int line, const char *description) | |
| IOException (const IOException &other) | |
| virtual const char * | what () const throw () |
| virtual | ~IOException () throw () |
Private Member Functions | |
| IOException & | operator= (const IOException &) |
Private Attributes | |
| std::string | e_what_ |
| int | errno_ |
| std::string | file_ |
| int | line_ |
| serial::IOException::IOException | ( | std::string | file, |
| int | line, | ||
| int | errnum | ||
| ) | [inline, explicit] |
| serial::IOException::IOException | ( | std::string | file, |
| int | line, | ||
| const char * | description | ||
| ) | [inline, explicit] |
| virtual serial::IOException::~IOException | ( | ) | throw () [inline, virtual] |
| serial::IOException::IOException | ( | const IOException & | other | ) | [inline] |
| int serial::IOException::getErrorNumber | ( | ) | [inline] |
| IOException& serial::IOException::operator= | ( | const IOException & | ) | [private] |
| virtual const char* serial::IOException::what | ( | ) | const throw () [inline, virtual] |
std::string serial::IOException::e_what_ [private] |
int serial::IOException::errno_ [private] |
std::string serial::IOException::file_ [private] |
int serial::IOException::line_ [private] |