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

Packages that use PrinterException
edu.uci.ics.inf111.dvdvendor.devices   
 

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

Methods in edu.uci.ics.inf111.dvdvendor.devices that throw PrinterException
 void Printer.print(java.util.ArrayList<java.lang.String> dataToPrint)
          Prints the arrayList of Strings passed as parameter on the screen or file, depending on the constructor used to create the printer object.
 

Constructors in edu.uci.ics.inf111.dvdvendor.devices that throw PrinterException
Printer(java.lang.String pTargetFile)
          This constructor creates a printer whose output will be shown in a file.