While making a function for uploading the image in Lab1, Part B; I have added a try/catch statement in the method with a FileNotFound Exception(), however IntelliJ is requiring me to add another try/catch statement in the start method after I create a button for the image Uploader. Is there a way to avoid that?