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

Packages that use PaymentCollectorException
edu.uci.ics.inf111.dvdvendor.app   
edu.uci.ics.inf111.dvdvendor.devices   
 

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

Methods in edu.uci.ics.inf111.dvdvendor.app that throw PaymentCollectorException
 CheckOutCart DVDVendor.calculateChargesForReturn(BarCode barCode)
          This method calculate the charges for the Return Transaction.
 CheckOutCart DVDVendor.payForRental(java.lang.String cardNumber)
          This method accepts a credit/debit card number to charge for the rented products.
 

Uses of PaymentCollectorException in edu.uci.ics.inf111.dvdvendor.devices
 

Methods in edu.uci.ics.inf111.dvdvendor.devices that throw PaymentCollectorException
 boolean PaymentCollector.collect(java.lang.String cardNumber, double amount)
          This method is called by DVDVendor when the customer is finished adding items and wishes to pay.