Uses of Package
org.pdfbox.exceptions

Packages that use org.pdfbox.exceptions
org.pdfbox This package holds executable classes that interact with the PDFBox application. 
org.pdfbox.cos These are the low level objects that make up a PDF document.  
org.pdfbox.encryption These classes deal with encryption algorithms that are used in the PDF Document. 
org.pdfbox.examples.fdf These are examples that use the FDF features of a PDF document. 
org.pdfbox.examples.pdmodel These examples show how to use the classes in the PDModel package. 
org.pdfbox.examples.persistence These examples will show how to use the persistence features of the PDFBox. 
org.pdfbox.exceptions This package is a place holder for exceptions that are used in the PDFBox project. 
org.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream. 
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
org.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. 
org.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers. 
org.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document. 
org.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
 

Classes in org.pdfbox.exceptions used by org.pdfbox
COSVisitorException
          An exception that represents something gone wrong when visiting a PDF object.
 

Classes in org.pdfbox.exceptions used by org.pdfbox.cos
COSVisitorException
          An exception that represents something gone wrong when visiting a PDF object.
 

Classes in org.pdfbox.exceptions used by org.pdfbox.encryption
CryptographyException
          An exception that indicates that something has gone wrong during a cryptography operation.
InvalidPasswordException
          An exception that indicates an invalid password was supplied.
 

Classes in org.pdfbox.exceptions used by org.pdfbox.examples.fdf
COSVisitorException
          An exception that represents something gone wrong when visiting a PDF object.
CryptographyException
          An exception that indicates that something has gone wrong during a cryptography operation.
 

Classes in org.pdfbox.exceptions used by org.pdfbox.examples.pdmodel
COSVisitorException
          An exception that represents something gone wrong when visiting a PDF object.
 

Classes in org.pdfbox.exceptions used by org.pdfbox.examples.persistence
COSVisitorException
          An exception that represents something gone wrong when visiting a PDF object.
 

Classes in org.pdfbox.exceptions used by org.pdfbox.exceptions
WrappedException
          An exception that that holds a sub exception.
 

Classes in org.pdfbox.exceptions used by org.pdfbox.pdfwriter
COSVisitorException
          An exception that represents something gone wrong when visiting a PDF object.
 

Classes in org.pdfbox.exceptions used by org.pdfbox.pdmodel
COSVisitorException
          An exception that represents something gone wrong when visiting a PDF object.
CryptographyException
          An exception that indicates that something has gone wrong during a cryptography operation.
InvalidPasswordException
          An exception that indicates an invalid password was supplied.
 

Classes in org.pdfbox.exceptions used by org.pdfbox.pdmodel.common
COSVisitorException
          An exception that represents something gone wrong when visiting a PDF object.
 

Classes in org.pdfbox.exceptions used by org.pdfbox.pdmodel.encryption
CryptographyException
          An exception that indicates that something has gone wrong during a cryptography operation.
 

Classes in org.pdfbox.exceptions used by org.pdfbox.pdmodel.fdf
COSVisitorException
          An exception that represents something gone wrong when visiting a PDF object.
 

Classes in org.pdfbox.exceptions used by org.pdfbox.util
COSVisitorException
          An exception that represents something gone wrong when visiting a PDF object.