Class XfdfException

All Implemented Interfaces:
Serializable

public class XfdfException extends ITextException
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 Details

    • ATTRIBUTE_NAME_OR_VALUE_MISSING

      public static final String ATTRIBUTE_NAME_OR_VALUE_MISSING
      Message in case one tries to add attribute with null name or value.
      See Also:
    • PAGE_IS_MISSING

      public static final String PAGE_IS_MISSING
      Message in case one tries to add annotation without indicating the page it belongs to.
      See Also:
  • Constructor Details

    • XfdfException

      public XfdfException (String message)
      The exception thrown when some errors occur while working with XFDF objects.
      Parameters:
      message - exception message.