Package data

Interface Summary
DAO  
 

Class Summary
Data A data encapsulates the information of each line in the file
Database The database implements all the database functionality such as adding updating, and deleting records
 

Exception Summary
DuplicateIndexException A custom exception that is thrown whenever a duplicate record is stored in the database
RecordNotFoundException A custom exception that is thrown when searching the database and the record does not exit.