Public Member Functions | Public Attributes
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.

  : std::logic_error( d.size() ? t + ": " + d : t ),
    type( t ), detail( d )
  {}
FIX::Exception::~Exception ( ) throw () [inline]

Definition at line 39 of file Exceptions.h.

{}

Member Data Documentation

Definition at line 42 of file Exceptions.h.

Referenced by FIX::Message::validate().

std::string FIX::Exception::type

Definition at line 41 of file Exceptions.h.


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

Generated on Mon Sep 15 2014 01:23:56 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001