Class UnsupportedXfaFormException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.xima.fc.pdf.form.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:
  • Constructor Details

    • UnsupportedXfaFormException

      public UnsupportedXfaFormException(String message, Throwable cause)
    • UnsupportedXfaFormException

      public UnsupportedXfaFormException(String message)
    • UnsupportedXfaFormException

      public UnsupportedXfaFormException(Throwable cause)