Exception in thread "main" java.lang.NullPointerException
at Contact.<init>(Contact.java:7)
Look at line 7 and find the null value and then backtrack in the code to see why it is null.