Package com.pspdfkit.exceptions
Class InvalidThemeException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class InvalidThemeException extends PSPDFKitException
Thrown when the used Context uses a theme incompatible with PSPDFKit.
-
-
Constructor Summary
Constructors Constructor Description InvalidThemeException()
InvalidThemeException(String detailMessage)
InvalidThemeException(String detailMessage, Throwable throwable)
InvalidThemeException(Throwable throwable)
-