public class

InvalidLayoutException

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

Class Overview

Thrown when the used layout is missing a required view, or makes wrong use of internal view ids.

Summary

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

Public Constructors

public InvalidLayoutException ()

public InvalidLayoutException (String detailMessage)

public InvalidLayoutException (String detailMessage, Throwable throwable)

public InvalidLayoutException (Throwable throwable)