MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE User's Guide Page 274

  • Download
  • Add to my manuals
  • Print
  • Page
    / 354
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 273
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
Page view 273
1 2 ... 269 270 271 272 273 274 275 276 277 278 279 ... 353 354

Comments to this Manuals

No comments