I\'ve started using try-catch blocks (a bit late, I know!), but now I\'m not sure what to do with the exception once I\'ve caught it. What should I do?
If don't know how to react to it, don't catch the exception.
Catch it instead in a place where you have the possibility to handle it and where you know how to continue execution afterwards.