08-05-2013, 06:02 PM
I am very glad that I could help you! As you may have already noticed, exceptions in any programming language are extremely annoying. Especially since they stop the program from doing anything it is currently doing. Because of this, it is in better taste to prevent the exception from being thrown instead of catching it. I have found a lot of success with this method.
Have a good one!
Have a good one!