com.groupdocs.viewer.exception
The package provides classes for exceptions that can occur while working with a document.
The main classes in this package are:
- com.groupdocs.viewer.exception.ArchiveSecurityException - Thrown when an archive being opened exceeds specified limits.
- FileNotFoundException - Represents an exception thrown when a file or directory is not found.
- GroupDocsViewerException - Represents generic errors that occur during document processing.
For more details on working with exceptions in GroupDocs.Viewer, please refer to the GroupDocs.Viewer Documentation.
Classes
Class | Description |
---|---|
ArchiveSecurityException | This exception is thrown when an archive being opened exceeds any of the limits specified in the ArchiveSecurityOptions. |
FileNotFoundException | This exception is thrown when a file or directory is not found. |
GroupDocsViewerException | This exception represents generic errors that can occur during document processing. |
IncorrectPasswordException | This exception is thrown when the specified password is incorrect. |
NotSupportedException | This exception is thrown when the requested operation is not supported. |
PasswordRequiredException | This exception is thrown when a password is required to load the document. |