Hello,
I have run my java code and i recived the following error -
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Unhandled exception type IOException
Unhandled exception type ClassNotFoundException
Unhandled exception type IOException
Unhandled exception type ClassNotFoundException
at Controller.Controller.<init>(Controller.java:15)
at Drive.MVCdriver.main(MVCdriver.java:41)
at the line 14,41 i can find constractor call that marked with red collor ->
private UserRepositoryImple userRep = new UserRepositoryImple();
please let me know what am i missing.
thanks