Uses of Package
org.apache.pdfbox.exceptions
-
Packages that use org.apache.pdfbox.exceptions Package Description org.apache.pdfbox This package holds executable classes that interact with the PDFBox application.org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.encryption These classes deal with encryption algorithms that are used in the PDF Document.org.apache.pdfbox.exceptions This package is a place holder for exceptions that are used in the PDFBox project.org.apache.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream.org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.interactive.digitalsignature The digitial signature library will manage signatures that are stored in the PDF document.org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature.org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. -
Classes in org.apache.pdfbox.exceptions used by org.apache.pdfbox Class Description COSVisitorException An exception that represents something gone wrong when visiting a PDF object. -
Classes in org.apache.pdfbox.exceptions used by org.apache.pdfbox.cos Class Description COSVisitorException An exception that represents something gone wrong when visiting a PDF object. -
Classes in org.apache.pdfbox.exceptions used by org.apache.pdfbox.encryption Class Description 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.apache.pdfbox.exceptions used by org.apache.pdfbox.exceptions Class Description WrappedException Deprecated.java.lang.Exception itself has wrapper capabilities since Java 1.4 -
Classes in org.apache.pdfbox.exceptions used by org.apache.pdfbox.pdfwriter Class Description COSVisitorException An exception that represents something gone wrong when visiting a PDF object. -
Classes in org.apache.pdfbox.exceptions used by org.apache.pdfbox.pdmodel Class Description 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.SignatureException An exception that indicates a problem during the signing process. -
Classes in org.apache.pdfbox.exceptions used by org.apache.pdfbox.pdmodel.common Class Description COSVisitorException An exception that represents something gone wrong when visiting a PDF object. -
Classes in org.apache.pdfbox.exceptions used by org.apache.pdfbox.pdmodel.encryption Class Description CryptographyException An exception that indicates that something has gone wrong during a cryptography operation. -
Classes in org.apache.pdfbox.exceptions used by org.apache.pdfbox.pdmodel.fdf Class Description COSVisitorException An exception that represents something gone wrong when visiting a PDF object. -
Classes in org.apache.pdfbox.exceptions used by org.apache.pdfbox.pdmodel.interactive.digitalsignature Class Description SignatureException An exception that indicates a problem during the signing process. -
Classes in org.apache.pdfbox.exceptions used by org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible Class Description COSVisitorException An exception that represents something gone wrong when visiting a PDF object. -
Classes in org.apache.pdfbox.exceptions used by org.apache.pdfbox.util Class Description COSVisitorException An exception that represents something gone wrong when visiting a PDF object.