Question 1 of 205%
Exception Handling and Development Toolsmedium

A developer writes a method that reads a file and processes its contents. If the file does not exist, the method should notify the caller. Which exception should the method declare in its throws clause?

Select one: