Homework 10

Due Thurs, Jan 27, 18:00

Exercise 1:  (5 points)

Add exception-handling code to your UserAccount class (homework 6):

Use  UserAccountTest.java to verify that exceptions are thrown correctly.

Exercise  2: (5 points)

Add exception-handling code to your LexUnit class (SelfTest 7):
Write a junit test class LexUnitTest.java to verify that exceptions are thrown correctly.


Submit the following files to Anne (javaiscl (at googlemail.com)):
UserAccount.java
UserAccountException.java
LexUnit.java
LexUnitTest.java