#include <IOError.h>
Public Member Functions | |
IOError () | |
IOError (const std::string &msg) | |
virtual | ~IOError () throw () |
int | getErrNumber () const |
Private Member Functions | |
const char * | geterrmsg () throw () |
Private Attributes | |
int | m_errno |
char | errbuf [1024] |
Definition at line 34 of file IOError.h.
servlet::IOError::IOError | ( | ) |
Definition at line 25 of file IOError.cpp.
servlet::IOError::IOError | ( | const std::string & | msg | ) |
Definition at line 31 of file IOError.cpp.
servlet::IOError::~IOError | ( | ) | throw () [virtual] |
Definition at line 39 of file IOError.cpp.
const char * servlet::IOError::geterrmsg | ( | ) | throw () [private] |
int servlet::IOError::getErrNumber | ( | ) | const [inline] |
char servlet::IOError::errbuf[1024] [private] |
int servlet::IOError::m_errno [private] |