Package com.pspdfkit.forms.exceptions
Class FormCreationFailedException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class FormCreationFailedException extends PSPDFKitException
Thrown when there's an error while creating an interactive form.
-
-
Constructor Summary
Constructors Constructor Description FormCreationFailedException()
Creates the exception without any specific error message or cause. FormCreationFailedException(String detailMessage)
Creates the exception using the provided detail error message.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
FormCreationFailedException
FormCreationFailedException()
Creates the exception without any specific error message or cause.
-
FormCreationFailedException
FormCreationFailedException(String detailMessage)
Creates the exception using the provided detail error message.
-
-
-
-