Uses of Class
com.qoppa.pdf.PDFException

Packages that use PDFException
com.qoppa.pdf General classes used by different objects throughout the library. 
com.qoppa.pdfPrint PDFPrint main class. 
 

Uses of PDFException in com.qoppa.pdf
 

Subclasses of PDFException in com.qoppa.pdf
 class PDFPermissionException
          Exception thrown when there is any permission error.
 

Methods in com.qoppa.pdf that throw PDFException
static DocumentInfo DocumentInfo.getDocumentInfo(String fileName, IPasswordHandler pwdHandler)
          Static method to get the document information from a document in a file.
static DocumentInfo DocumentInfo.getDocumentInfo(InputStream inStream, IPasswordHandler pwdHandler)
          Static method to get the document information from a document from an InputStream.
static DocumentInfo DocumentInfo.getDocumentInfo(URL url, IPasswordHandler pwdHandler)
          Static method to get the document information from a document from a URL.
 void Bookmark.addAction(Action action)
          Adds an Action to this Bookmark
abstract  Bookmark Bookmark.addChild(String title)
          Add a child bookmark.
 

Uses of PDFException in com.qoppa.pdfPrint
 

Methods in com.qoppa.pdfPrint that throw PDFException
static void PDFPrint.print(String fileName, PrintSettings printSettings, IPasswordHandler pwdHandler)
          Convenience method to print a PDF document from a file.
static void PDFPrint.print(String fileName, String printerName, PrintSettings printSettings, IPasswordHandler pwdHandler)
          Convenience method to print a PDF document from a file to a named printer.
 

Constructors in com.qoppa.pdfPrint that throw PDFException
PDFPrint(String fileName, IPasswordHandler pwdHandler)
          Loads a PDF document from a file.
PDFPrint(InputStream inStream, IPasswordHandler pwdHandler)
          Loads a PDF document from an InputStream.
PDFPrint(URL url, IPasswordHandler pwdHandler)
          Loads a PDF document from a URL.