com.aspose.pdf.exceptions
The com.aspose.pdf.exceptions package provides classes for exceptions which can occur while working with a document.
Classes
| Class | Description |
|---|---|
| ArgumentException | The exception that is thrown when one of the arguments provided to a method is not valid. |
| CorruptContentException | Represents CorruptContentException class |
| CrossTableNotFoundException | Represents CrossTableNotFoundException class |
| DeprecatedFeatureException | The exception that is thrown when a feature is deprecated in current pdf version. |
| EmptyValueException | Exception which thrown when requirested value does not exists. |
| FontEmbeddingException | The exception that is thrown when an attempt to embed font became failed |
| FontNotFoundException | The exception that is thrown when a font is not found. |
| IncorrectCMapUsageException | The exception that is thrown when font usage is incorrect. |
| IncorrectFontUsageException | The exception that is thrown when font usage is incorrect. |
| IndexOutOfRangeException | Represents Index Out Of Range errors that occur during PDF application execution. |
| InvalidCgmFileFormatException | The exception that is thrown when a Cgm file is invalid. |
| InvalidFileFormatException | The exception that is thrown when a file is invalid. |
| InvalidFormTypeOperationException | The exception that is thrown when an operation with form type is not valid. |
| InvalidPasswordException | The exception that is thrown when invalid password is provided by user. |
| InvalidPdfFileFormatException | The exception that is thrown when a pdf file is invalid. |
| InvalidValueFormatException | Exception which thrown when requested value has incorrect format. |
| JavascriptExtensionsException | The exception that is thrown on errors when working with JavascriptExtensions. |
| NotImplementedException | The exception that is thrown when a requested method or operation is not implemented. |
| NotSupportedException | The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality. |
| OperationCanceledException | Represents OperationCanceledException class |
| PdfArgumentException | Represents errors that occur when incorrect parameters appeared. |
| PdfException | Represents errors that occur during PDF application execution. |
| PdfOutOfMemoryException | Represents OutOfMemory errors that occur during PDF application execution. |
| SanitizationException | The exception that is thrown when an sanitization operation failed. |
| TaggedException | Represents exception for TaggedPDF content of document. |
| UnsupportedFontTypeException | The exception that is thrown when a font type is not supported. |