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

Display the given exception

C++ Prototype

Arguments

Exception

Description

mwDisplayException() sends an exception to the output function set by the most recent call to mwSetExceptionMsgHandler(). If mwSetExceptionMsgHandler() has never been called, mwDisplayException() uses the default error message handling function or the output function specified by a call to mwSetErrorMsgHandler().

Example

See Also

mwGetErrorMsgHandler, mwGetExceptionMsgHandler, mwSetErrorMsgHandler, mwSetExceptionMsgHandler



[ Previous | Help Desk | Next ]