ost::IOException
ost::IOException
Section: C Library Functions (3) Updated: 16 Feb 2010 Local index
Up
NAME
ost::IOException -
A sub-hierarchy for all Common C++ I/O related classes.
SYNOPSIS
#include <exception.h>
Inherits ost::Exception.
Inherited by ost::DirException, ost::DSOException, ost::FileException, ost::IOZException, ost::SerException, and ost::SockException.
Public Member Functions
IOException (const String &what_arg, long systemError=0) throw ()
virtual ~IOException () throw ()
virtual long getSystemError () const throw ()
virtual const char * getSystemErrorString () const throw ()
Detailed Description
A sub-hierarchy for all Common C++ I/O related classes.
Author:
-
David Sugar <dyfet@ostel.com> I/O operation exception hierarchy.
Constructor & Destructor Documentation
ost::IOException::IOException (const String & what_arg, long systemError = 0) throw ()
virtual ost::IOException::~IOException () throw () [virtual]
Member Function Documentation
virtual long ost::IOException::getSystemError () const throw () [virtual]
virtual const char* ost::IOException::getSystemErrorString () const throw () [virtual]
Examples:
tcp.cpp.
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Member Functions
-
- Detailed Description
-
- Constructor & Destructor Documentation
-
- ost::IOException::IOException (const String & what_arg, long systemError = 0) throw ()
-
- virtual ost::IOException::~IOException () throw () [virtual]
-
- Member Function Documentation
-
- virtual long ost::IOException::getSystemError () const throw () [virtual]
-
- virtual const char* ost::IOException::getSystemErrorString () const throw () [virtual]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:51:50 GMT, April 16, 2011