![]() |
Application encountered serious error during runtime More...
#include <Exceptions.h>
Public Member Functions | |
RuntimeError (const std::string &what="") |
Application encountered serious error during runtime
Definition at line 94 of file Exceptions.h.
FIX::RuntimeError::RuntimeError | ( | const std::string & | what = "" |
) | [inline] |
Definition at line 96 of file Exceptions.h.
00097 : Exception( "Runtime error", what ) {}