public class

FormCreationFailedException

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

Class Overview

Thrown when there's an error while creating an interactive form.

Summary

Public Constructors
FormCreationFailedException()
Creates the exception without any specific error message or cause.
FormCreationFailedException(String detailMessage)
Creates the exception using the provided detail error message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FormCreationFailedException ()

Creates the exception without any specific error message or cause.

public FormCreationFailedException (String detailMessage)

Creates the exception using the provided detail error message.