MATLAB Compiler Previous page   Next Page

mwException(const std::exception& e)

Create new mwException from existing std::exception.

C++ syntax

Arguments

e.   std::exception to create copy of.

Return value

None

Description

Use this constructor to create a new mwException and initialize the error message with the error message from the given std::exception.


Previous page  mwException(const mwException& e) const char *what() const throw() Next page

© 1994-2005 The MathWorks, Inc.