public class

PSPDFKitInitializeException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.pspdfkit.api.PSPDFKitInitializeException

Class Overview

An exception thrown when a error occurs upon loading the PSPDFKit Library.

Summary

Public Constructors
PSPDFKitInitializeException(String error)
Used to construct a load exception.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PSPDFKitInitializeException (String error)

Used to construct a load exception.

Parameters
error The message to show the user.