Package | Description |
---|---|
com.groupdocs.viewer.exception |
The GroupDocs.Viewer.Exception namespace provides classes for exceptions which can occur while working with a document.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheFileNotFoundException
Thrown if a cached file was not found.
|
class |
CorruptedOrDamagedFileException
Thrown during document load, when the document appears to be corrupted and impossible to load.
|
class |
FileTypeNotSupportedException
Thrown during document load, when the document format is not recognized or not supported by GroupDocs.Viewer.
|
class |
GuidNotSpecifiedException
Thrown during document load, when the document GUID was not specified.
|
class |
InvalidPasswordException
Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect.
|
class |
PasswordProtectedFileException
Thrown if a document is encrypted with a password and the password specified when opening the document is missing.
|
class |
StoragePathNotSpecifiedException
Thrown when trying to load file from storage or to cache file to storage, but storage path was not specified.
|
class |
TransformationFailedPageNotExistException
Thrown while performing file transformations and desired page not exists in document.
|
Copyright © 2018. All rights reserved.