Add detail to error message

This commit is contained in:
2022-03-01 15:24:14 -06:00
parent 578bdc0fbf
commit 3fc39302c7

View File

@@ -21,6 +21,7 @@ public class GraphDataObjectReader {
}
data = (GraphWithMapData) in.readObject();
} catch (FileNotFoundException | ClassNotFoundException ex) {
System.out.println("Graph/data file " + filename + " not found.");
ex.printStackTrace();
}
}