C++ Math Library Reference    
mwDisplayException

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


 Utility Routine Reference mwGetErrorMsgHandler