Class UnsupportedXfaFormException

  • All Implemented Interfaces:
    Serializable

    public final class UnsupportedXfaFormException
    extends IOException
    WHen attempting to read a PDF document that contains an XFA form, but XFA forms are not supported by the engine.
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedXfaFormException

        public UnsupportedXfaFormException​(String message,
                                           Throwable cause)
      • UnsupportedXfaFormException

        public UnsupportedXfaFormException​(String message)
      • UnsupportedXfaFormException

        public UnsupportedXfaFormException​(Throwable cause)