| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | com.pspdfkit.exceptions.PSPDFKitException | ||||
| ↳ | com.pspdfkit.exceptions.InvalidPSPDFKitLicenseException | ||||
Thrown when invalid license is passed during PSPDFKit initialization.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InvalidPSPDFKitLicenseException() | |||||||||||
| InvalidPSPDFKitLicenseException(String detailMessage) | |||||||||||
| InvalidPSPDFKitLicenseException(String detailMessage, Throwable throwable) | |||||||||||
| InvalidPSPDFKitLicenseException(Throwable throwable) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||