Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Exception handling

3 replies · 2,356 views · Started 13 November 2002

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.

Symbian OS has exception handling similar to Java.
You dont have try{} and catch{} tho. 😉

It has own syntax there.

-Guesti

Thanks for the answer.

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

Thanks.

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

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