KDevelop API Documentation

IOException Class Reference

Generic IOException used inside support code. More...

#include <IOException.hpp>

Inheritance diagram for IOException:

Inheritance graph
[legend]
Collaboration diagram for IOException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 IOException (std::exception &e)
 IOException (const std::string &mesg)
virtual ~IOException () throw ()

Public Attributes

std::exception io

Detailed Description

Generic IOException used inside support code.

(thrown by XML I/O routs) basically this is something I'm using since a lot of compilers don't support ios_base::failure.

Definition at line 23 of file IOException.hpp.


Constructor & Destructor Documentation

IOException::IOException std::exception &  e  )  [inline]
 

Definition at line 28 of file IOException.hpp.

IOException::IOException const std::string &  mesg  )  [inline]
 

Definition at line 32 of file IOException.hpp.

virtual IOException::~IOException  )  throw () [inline, virtual]
 

Definition at line 36 of file IOException.hpp.


Member Data Documentation

std ::exception IOException::io
 

Definition at line 26 of file IOException.hpp.


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:43:43 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003