![]() |
IO Error. More...
#include <Exceptions.h>
Public Member Functions | |
IOException (const std::string &what="") |
IO Error.
Definition at line 238 of file Exceptions.h.
FIX::IOException::IOException | ( | const std::string & | what = "" |
) | [inline] |
Definition at line 240 of file Exceptions.h.
00241 : Exception( "IO Error", what ) {}