Package com.pspdfkit.exceptions
Exception types like com.pspdfkit.exceptions.PSPDFKitException and all of its subtypes.
See: Description
-
Class Summary Class Description InvalidThemeException Thrown when the used Context uses a theme incompatible with PSPDFKit. InvalidLayoutException Thrown when the used layout is missing a required view, or makes wrong use of internal view ids. InvalidSignatureException Thrown when attempting to open a document using an invalid signature. InvalidPasswordException Thrown when attempting to open a password protected PDF document with wrong password. MissingDependencyException Thrown when the dependency is missing from the project. InvalidPSPDFKitLicenseException Thrown when invalid license is passed during PSPDFKit initialization. PSPDFKitException Top level class for all PSPDFKit exceptions. PSPDFKitInitializationFailedException Thrown when current device isn't supported by PSPDFKit (Android version too old, wrong ABI). PSPDFKitNotInitializedException Thrown when PSPDFKit calls are invoked without initializing the SDK first. LongTermValidationException Exception thrown when there is an error adding long term validation to a document.