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