Uses of Class
org.salespointframework.core.exceptions.DuplicateKeyException

Packages that use DuplicateKeyException
org.salespointframework.core This package contains the central classes of the Framework. 
 

Uses of DuplicateKeyException in org.salespointframework.core
 

Methods in org.salespointframework.core that throw DuplicateKeyException
 void Shop.addCatalog(Catalog<?> c)
          Add a Catalog to the global table of Catalogs.
 void Shop.addStock(Stock<?,?> st)
          Add a Stock to the global list of Stocks.