mxcpc
exceptions :-).
More...
#include <mxcpc_exceptions.h>
Inheritance diagram for mxcpcException:
mxcpc
exceptions :-).
As a matter of fact, mxcpcException itself is derived from std::exception
.
mxcpc
library, that whoever throws an mxcpcException guarantees preservation of application state integrity through proper rollback mechanisms. It is also convention that mxcpc
methods including class constructors either fail with a std::bad_alloc
exception or with any kind of mxcpcException - as a result, any other kind of exception that should escape mxcpc
code must be considered unexpected and no guarantees about sane application state hold.
Definition at line 61 of file mxcpc_exceptions.h.