Package de.xima.fc.pdf.form
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedXfaFormException(String message)
UnsupportedXfaFormException(String message, Throwable cause)
UnsupportedXfaFormException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-