Public Member Functions | List of all members
FIX::MessageParseError Struct Reference

Unable to parse message. More...

#include <Exceptions.h>

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

Public Member Functions

 MessageParseError (const std::string &what="")
 
- Public Member Functions inherited from FIX::Exception
 Exception (const std::string &t, const std::string &d)
 
 ~Exception () throw ()
 

Additional Inherited Members

- Public Attributes inherited from FIX::Exception
std::string type
 
std::string detail
 

Detailed Description

Unable to parse message.

Definition at line 73 of file Exceptions.h.

Constructor & Destructor Documentation

◆ MessageParseError()

FIX::MessageParseError::MessageParseError ( const std::string &  what = "")
inline

Definition at line 75 of file Exceptions.h.

76 : Exception( "Could not parse message", what ) {}
Exception(const std::string &t, const std::string &d)
Definition Exceptions.h:35

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

Generated on Mon Oct 14 2024 06:04:44 for QuickFIX by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2001