Package org.pdfbox.exceptions
This package is a place holder for exceptions that are used in the PDFBox project.
| 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.
|
| OutlineNotLocalException | This exception will be thrown when a local destination(page within the same PDF) is required
but the bookmark(PDOutlineItem) refers to an external destination or an action that does not
point to a page.
|
| WrappedException | An exception that that holds a sub exception.
|
| WrappedIOException | An exception that that holds a sub exception.
|
This package is a place holder for exceptions that are used in the PDFBox project.