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

FIX::FieldConvertError Struct Reference

Unable to convert field into its native format. More...

#include <Exceptions.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Unable to convert field into its native format.

Definition at line 66 of file Exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 68 of file Exceptions.h.

00069     : Exception( "Could not convert field", what ) {}


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

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