Edit: this only applies to simulators, but I still would like to know if there is a permission.
I have a code in a Blackberry application that at some point catches some kind of exception, does some processing in the catch block, and then iterates the exception that is caught above in the call stack. However, even if I catch it later, I still see the error message displayed on the simulator, as well as the jvm 104 error in the device logs. Is there anything else I need to do to disconnect this error screen from displaying when I already catch the exception that it complains about?
source
share