![]() |
Unable to parse message. More...
#include <Exceptions.h>
Public Member Functions | |
MessageParseError (const std::string &what="") |
Unable to parse message.
Definition at line 73 of file Exceptions.h.
FIX::MessageParseError::MessageParseError | ( | const std::string & | what = "" |
) | [inline] |
Definition at line 75 of file Exceptions.h.
00076 : Exception( "Could not parse message", what ) {}