Chapter 6 Exception
I am having trouble with my user-defined class -- UsersException (I changed the name, i made sure all names were correct) everything compiles fine in the UsersException class. However, when I edit my User class to catch the UsersException. I get an error located near the throws UsersException -- cannot resolve symbol error.
Please help
|