User`s guide
C C++ Utility Library Reference
mwException Class
In this section...
“About mwException” on page C-20
“Constructors” on page C-20
“Methods” o n page C-20
“Operators” o n page C-20
About mwException
The mwExcepti on class is the basic exception type used by the mwArray
API and the C++ interface functions. All errors created during calls to the
mwArray API and to MATLAB C ompiler g enerated C++ interface functio n s
are thrown as
mwExceptions.
Constructors
• mwException()
• mwException(const char* msg)
• mwException(const mwException& e)
• mwException(const std::exception& e)
Methods
• const char *what() const throw()
Operators
• mwException& operato r=(c onst mwException& e)
• mwException& operato r=(c onst std::exception& e)
C-20