View Full Version : Exception handling


13-11-2002, 11:58 AM
Hi, everyone!

I have a question.
Is it possible to handle exceptions that may occur while my application runs on Nokia 7650? And let user know that the actions were not performed as he wanted?

Thanks in advance.

Guesti
14-11-2002, 12:57 PM
Symbian OS has exception handling similar to Java.
You dont have try{} and catch{} tho. ;)

It has own syntax there.

-Guesti

15-11-2002, 02:50 PM
Thanks for the answer.

I couldn't find this special syntax. Could you advice, where I can find it.

Thanks.

nimo
25-11-2002, 03:52 PM
Hi

Not sure, but U may See TRAP and TRAPD........and also
» Symbian OS v6.1 Edition for C++ » API Guide » Base » Memory Management » Using Cleanup Support » Exception Handling


--------------------------------------------------------------------------------