MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Uživatelská příručka Strana 274

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 354
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 273
1 2 ... 269 270 271 272 273 274 275 276 277 278 279 ... 353 354

Komentáře k této Příručce

Žádné komentáře