My IDE is showing "undeclared FileNotFoundException must be caught or thrown"
- by Dan Czarnecki
I am having the following issue above.
I have tried actually putting a try-catch statement into the code as you will see below, but I can't get the compiler to get past that.
import java.io.*;
public class DirectoryStatistics extends DirectorySize
{
/*
Dan Czarnecki
October 24, 2013
Class variables:
private File directory…