Is it a good way to try something useless just to see if a particular exception is thrown by this code ? I want to do something when the exception is thrown, and nothing
Try / Catch blocks should never be used for logic.