When my program throws the exception, i'm getting a return value of 7. What exactly does a 7 mean, and where can I get a list of these return values? Or is that just the first line where it happened (although i got a -1 one time)?
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 7
at DataReader.get(DataReader.java:74)
at Employees.<init>(Employees.java:48)
at Main.main(Main.java:7)