Package com.itextpdf.forms.exceptions
Class XfdfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.forms.exceptions.XfdfException
- All Implemented Interfaces:
-
Serializable
This class represents iText exception that should be thrown when some errors occur while working with XFDF objects (XFDF file is XML-based Acrobat Forms Data Format).
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionXfdfException
(String message) The exception thrown when some errors occur while working with XFDF objects. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ATTRIBUTE_NAME_OR_VALUE_MISSING
Message in case one tries to add attribute with null name or value.- See Also:
-
PAGE_IS_MISSING
Message in case one tries to add annotation without indicating the page it belongs to.- See Also:
-
-
Constructor Details
-
XfdfException
The exception thrown when some errors occur while working with XFDF objects.- Parameters:
-
message
- exception message.
-