Public Member Functions
FIX::RuntimeError Struct Reference

Application encountered serious error during runtime More...

#include <Exceptions.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Application encountered serious error during runtime

Definition at line 94 of file Exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 96 of file Exceptions.h.

    : Exception( "Runtime error", what ) {}

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

Generated on Mon Jun 23 2014 23:49:39 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001