Package com.pd4ml.pdf.xfdf
Class XfdfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pd4ml.pdf.xfdf.XfdfException
-
- All Implemented Interfaces:
java.io.Serializable
public class XfdfException extends java.lang.ExceptionChecked exception wrapping any failure that occurs while parsing an XFDF document, loading the PDF it targets, or applying/extracting annotation and form field data between the two.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XfdfException(java.lang.String message)XfdfException(java.lang.String message, java.lang.Throwable cause)
-