Package com.pspdfkit.exceptions
Exception types like com.pspdfkit.exceptions.PSPDFKitException and all of its subtypes.
See: Description
-
Class Summary Class Description InvalidSignatureException Thrown when attempting to open a document using an invalid signature. MissingDependencyException Thrown when the dependency is missing from the project. InvalidPasswordException Thrown when attempting to open a password protected PDF document with wrong password. InvalidLayoutException Thrown when the used layout is missing a required view, or makes wrong use of internal view ids. InvalidThemeException Thrown when the used Context uses a theme incompatible with PSPDFKit. InvalidPSPDFKitLicenseException Thrown when invalid license is passed during PSPDFKit initialization. LongTermValidationException Exception thrown when there is an error adding long term validation to a document. 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.