public class

InvalidThemeException

extends PSPDFKitException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pspdfkit.exceptions.PSPDFKitException
           ↳ com.pspdfkit.exceptions.InvalidThemeException

Class Overview

Thrown when the used Context uses a theme incompatible with PSPDFKit.

Summary

Public Constructors
InvalidThemeException()
InvalidThemeException(String detailMessage)
InvalidThemeException(String detailMessage, Throwable throwable)
InvalidThemeException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidThemeException ()

public InvalidThemeException (String detailMessage)

public InvalidThemeException (String detailMessage, Throwable throwable)

public InvalidThemeException (Throwable throwable)