Документ взят из кэша поисковой машины. Адрес оригинального документа : http://rtm-cs.sinp.msu.ru/manual/mico/doc/node64.html
Дата изменения: Mon Jun 7 21:54:59 1999
Дата индексирования: Mon Oct 1 21:22:54 2012
Кодировка:
No Exception handling next up previous
Next: Java Interface Up: Exceptions Previous: MICO Specific Exception Handling

No Exception handling

Some C++ compilers do not properly support exceptions in shared libraries, others do not support exceptions at all. In these cases exception handling is not available in shared libraries or not available at all, respectively.

Exception handling related C++ keywords (try, throw, catch) cannot be used in this mode. mico_throw() can be used but will only print out a short description of the passed exception and terminate the process.


next up previous
Next: Java Interface Up: Exceptions Previous: MICO Specific Exception Handling

Arno Puder
Mon Jun 7 10:53:40 PDT 1999