Uses of Class
edu.uci.ics.inf111.dvdvendor.exceptions.ProductDBException

Packages that use ProductDBException
edu.uci.ics.inf111.dvdvendor.app   
 

Uses of ProductDBException in edu.uci.ics.inf111.dvdvendor.app
 

Methods in edu.uci.ics.inf111.dvdvendor.app that throw ProductDBException
 void ProductDB.addItem(Product item)
          This method is called to add items directly to the database in our example.