|
| InvalidTagNumberException (int refSeqNum, int refTagID, const std::string &refMsgType) |
|
| InvalidTagNumberException (InvalidTagNumberException const &src, int refSeqNum, int refTagID, const std::string &refMsgType, std::string const &contextValues) |
|
virtual void | rethrow (int refSeqNum, int refTagID, const std::string &refMsgType, std::string const &contextValues) const |
|
RejectReason | getRejReason () const |
|
std::string const & | origMsg () const |
|
| ParserException () |
|
| ParserException (const std::string &aMsg) |
|
| ParserException (ParserException const &innerException, const std::string &contextValues) |
|
| ParserException (RejectReason reason, const std::string &aMsg) |
|
| ParserException (const std::string &aMsg, int refSeqNum) |
|
| ParserException (int refSeqNum, int refTagID, const std::string &refMsgType) |
|
| ParserException (const std::string &aMsg, int refSeqNum, int refTagID, const std::string &refMsgType) |
|
| ParserException (RejectReason reason, const std::string &aMsg, int refSeqNum, int refTagID, const std::string &refMsgType) |
|
| ParserException (ParserException const &src, int refSeqNum, int refTagID, const std::string &refMsgType, std::string const &contextValues) |
| Used to add more information about exception. More...
|
|
const std::string & | refMsgType () const |
|
int | refSeqNum () const |
|
int | refTagID () const |
|
virtual | ~ParserException () throw () |
|
| FixProtocolException () |
|
| FixProtocolException (const std::string &aMsg) |
|
| Exception () |
| Constructor. More...
|
|
| Exception (const std::string &aReason) |
| Constructor. More...
|
|
std::string const & | reason () const throw () |
| Returns the reason for this exception. More...
|
|
virtual const char * | what () const B2B_OVERRIDE throw () |
| Returns the reason for this exception. More...
|
|
virtual | ~Exception () throw () |
| Destructor. More...
|
|