![]() |
Message type not supported by application. More...
#include <Exceptions.h>
Public Member Functions | |
UnsupportedMessageType (const std::string &what="") |
Message type not supported by application.
Definition at line 176 of file Exceptions.h.
FIX::UnsupportedMessageType::UnsupportedMessageType | ( | const std::string & | what = "" |
) | [inline] |
Definition at line 178 of file Exceptions.h.
00179 : Exception( "Unsupported Message Type", what ) {}