| MATLAB C++ Math Library | Search  Help Desk |
| mwGetErrorMsgHandler | See Also |
Return a pointer to the current error handler
C++ Prototype
mwErrorFunc mwGetErrorMsgHandler(void);
Description
mwGetErrorMsgHandler returns a pointer to the function specified in the most recent call tomwSetErrorMsgHandler() or to the default error handler, if you haven't specified an error handler. The definition of mwErrorFunc:
typedef void (*mwErrorFunc)(const char *, mwBool);
See Also
mwDisplayException, mwGetExceptionMsgHandler, mwSetErrorMsgHandler, mwSetExceptionMsgHandler