Package com.adobe.internal.pdftoolkit.core.exceptions
This document provides a description of the design and organization, as well as general guidelines for
usage, of the exceptions
package.
The exceptions
listed here are the only exceptions that will be directly thrown from any
API in the the Adobe� PDF Java� Toolkit. These exceptions are used to broadly signal the type of error
condition that may have been encountered during the execution of a method.
-
Enum Summary Enum Description PDFCosParseException.CosParseErrorType This enum contains the possible errors which can occur while parsing PDf document. -
Exception Summary Exception Description PDFConfigurationException This exception is used to signify that a problem with the system (JVM, external Jars, etc.) has occured and that the operation could not be completed.PDFCosNumberParseRuntimeException This runtime exception is thrown, when any method is called on an incorrectly parsed cos-number.PDFCosParseException This exception indicates a low level parsing problem at the Cos level has occurred.PDFCosUnexpectedTypeException This exception is thrown when an unexpected type is encountered in cos layer.PDFException This is the parent class of all checked exceptions that are thrown from an API in the Adobe PDF Java Toolkit.PDFFilterFormatException PDFFontException This exception indicates an error in the AFE font set or in one of the individual fonts in that font set has occurred.PDFInvalidContentException Indicates a general problem with the PDF content that was being operated on.PDFInvalidDocumentException Indicates a general problem with the PDFDocument that was being operated on.PDFInvalidParameterException One or more of the parameters passed to the method are invalid.PDFInvalidStructureException PDFInvalidXMLException The XML passed to the method either directly or indirectly is invalid.PDFIOException An I/O error has occurred during the reading or writing of the PDF file or in the reading or writing of temporary caches of PDF data.PDFParseException This exception indicates a low level parsing exception.PDFRuntimeException This is the base class of all runtime exceptions that are thrown from Gibson.PDFSecurityAuthorizationException This exception indicates that a request has failed due not being able to get authorization for the request or one of the actions required by that request from theSecurityHandler
.PDFSecurityConfigurationException This exception indicates that a problem has occured with the configuration of the security system during the request.PDFSecurityException This exception indicates that some general security issue has occured during the processing of the request.PDFSignatureException This exception indicates that some general security issue has occured during the processing of the request.PDFUnableToCompleteOperationException This exception indicates that an error has occurred which is not mappable into one of the other exception classes.PDFUnsupportedFeatureException A portion of the PDF spec that is required to complete the request is not currently supported in the Adobe PDF Java Toolkit.