Package com.pspdfkit.exceptions
Class MissingDependencyException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class MissingDependencyException extends PSPDFKitException
Thrown when the dependency is missing from the project.
-
-
Constructor Summary
Constructors Constructor Description MissingDependencyException()
MissingDependencyException(String detailMessage)
MissingDependencyException(String detailMessage, Throwable throwable)
MissingDependencyException(Throwable throwable)
-