![]() |
Base QuickFIX exception type. More...
#include <Exceptions.h>
Public Member Functions | |
Exception (const std::string &t, const std::string &d) | |
~Exception () throw () | |
Public Attributes | |
std::string | type |
std::string | detail |
Base QuickFIX exception type.
Definition at line 33 of file Exceptions.h.
FIX::Exception::Exception | ( | const std::string & | t, | |
const std::string & | d | |||
) | [inline] |
Definition at line 35 of file Exceptions.h.
FIX::Exception::~Exception | ( | ) | throw () [inline] |
Definition at line 39 of file Exceptions.h.
std::string FIX::Exception::detail |
Definition at line 42 of file Exceptions.h.
std::string FIX::Exception::type |
Definition at line 41 of file Exceptions.h.