Package com.pspdfkit.exceptions
Class InvalidLayoutException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class InvalidLayoutException extends PSPDFKitException
Thrown when the used layout is missing a required view, or makes wrong use of internal view ids.
-
-
Constructor Summary
Constructors Constructor Description InvalidLayoutException()
InvalidLayoutException(String detailMessage)
InvalidLayoutException(String detailMessage, Throwable throwable)
InvalidLayoutException(Throwable throwable)
-