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

FIX::Exception Struct Reference

Base QuickFIX exception type. More...

#include <Exceptions.h>

Inheritance diagram for FIX::Exception:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 Exception (const std::string &t, const std::string &d)
 ~Exception () throw ()

Public Attributes

std::string type
std::string detail

Detailed Description

Base QuickFIX exception type.

Definition at line 33 of file Exceptions.h.


Constructor & Destructor Documentation

FIX::Exception::Exception const std::string &  t,
const std::string &  d
[inline]
 

Definition at line 35 of file Exceptions.h.

References detail, and type.

00036   : std::logic_error( d.size() ? t + ": " + d : t ),
00037     type( t ), detail( d )
00038   {}

FIX::Exception::~Exception  )  throw () [inline]
 

Definition at line 39 of file Exceptions.h.

00039 {}


Member Data Documentation

std::string FIX::Exception::detail
 

Definition at line 42 of file Exceptions.h.

Referenced by Exception().

std::string FIX::Exception::type
 

Definition at line 41 of file Exceptions.h.

Referenced by Exception().


The documentation for this struct was generated from the following file:
Generated on Mon Jul 24 19:36:37 2006 for QuickFIX by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2001