Package edu.trinity.cs.bmassing.bank

Interface Summary
HasPersonInfo Interface for anything that has associated with it a person's name, address, etc.
 

Class Summary
Account Class for bank accounts.
CheckingAccount  
PotentialCustomer Class for potential customers.
SavingsAccount  
TestHasPersonInfo Class to hold test/demo program for HasPersonInfo interface.
 

Exception Summary
InsufficientFundsException Class for exceptions to be thrown when an attempt is made to withdraw more money than is in an account.