Index  Source Files  Annotated Class List  Alphabetical Class List  Class Hierarchy  Graphical Class Hierarchy 

FIX::IOException Struct Reference

IO Error. More...

#include <Exceptions.h>

Inheritance diagram for FIX::IOException:
Inheritance graph
[legend]
Collaboration diagram for FIX::IOException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 IOException (const std::string &what="")

Detailed Description

IO Error.

Definition at line 238 of file Exceptions.h.


Constructor & Destructor Documentation

FIX::IOException::IOException ( const std::string &  what = ""  )  [inline]

Definition at line 240 of file Exceptions.h.

00241     : Exception( "IO Error", what ) {}


The documentation for this struct was generated from the following file:

Generated on Mon Apr 5 21:00:02 2010 for QuickFIX by doxygen 1.6.1 written by Dimitri van Heesch, © 1997-2001