Class XfdfException

All Implemented Interfaces:
Serializable

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