Hi You need to say that your method throws exception if you are throwing that exception in your code,so change the method signature to private void test() throws MalformedURLException,EOFException Then your code would compile,or comment out the throw statement in the catch block. Surya