| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | com.pspdfkit.exceptions.PSPDFKitException | ||||
| ↳ | com.pspdfkit.exceptions.MissingDependencyException | ||||
Thrown when the dependency is missing from the project.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MissingDependencyException() | |||||||||||
| MissingDependencyException(String detailMessage) | |||||||||||
| MissingDependencyException(String detailMessage, Throwable throwable) | |||||||||||
| MissingDependencyException(Throwable throwable) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||