Edit: this applies to simulators only, but i would still like to know if there is a resolution.
I have some code in a blackberry application that catches an exception at some point, does some handling in the catch block then rethrows the exception, which is caught higher up on the call stack. However even though i do catch it later on, i still see an error message displayed on the simulator, along with a jvm 104 error in the device logs. Is there something else i need to do to suppress this error screen from displaying when i already catch the exception it's complaining about?