CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

servlet::IOError Class Reference

#include <IOError.h>

Inheritance diagram for servlet::IOError:
Collaboration diagram for servlet::IOError:

List of all members.


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]

Detailed Description

Thrown by various functions when I/O errors occur. Allows access to errno and error message.

Author:
Ilya A. Volynets-Evenbakh

Definition at line 34 of file IOError.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

const char * servlet::IOError::geterrmsg (  )  throw () [private]

Definition at line 43 of file IOError.cpp.

References errbuf.

int servlet::IOError::getErrNumber (  )  const [inline]

Definition at line 44 of file IOError.h.

References m_errno.


Member Data Documentation

char servlet::IOError::errbuf[1024] [private]

Definition at line 39 of file IOError.h.

Referenced by geterrmsg().

Definition at line 38 of file IOError.h.

Referenced by getErrNumber().


The documentation for this class was generated from the following files:

SourceForge.net Logo