Handling Exceptions

When an exception is thrown in an application, it may be caught within a try..catch construct or it may be allowed to filter up to the RIL.

The try..catch construct will typically handle the exception in one of the following ways: