MATLAB C++ Math Library
  Go to function:
    Search    Help Desk 
mwSetExceptionMsgHandler    See Also

Set an alternate exception handling function

C++ Prototype

Arguments

Pointer to an exception handling function that takes an mwException as an argument and returns void.

Description

The default exception handling function simply prints the exception using the error handling routine. If this behavior is inappropriate for your application, the mwSetExceptionMsgHandler function allows you to set an alternate exception handling function.

See Also

mwDisplayException, mwGetErrorMsgHandler, mwGetExceptionMsgHandler, mwSetErrorMsgHandler



[ Previous | Help Desk | Next ]