Generated by
JDiff

Class com.qoppa.pdf.errors.PDFErrorHandling

Added Methods
boolean isThrowParseException() Returns the value of the flag that controls whether or not an exception is thrown when trying to build a document with an AcroForm that has Adobe XML Forms Architecture (XFA) data, and is a Dynamic Form.
void setThrowParseException(boolean) When the flag is set to true (the default), the library will throw an error if the document being built has an AcroForm that has Adobe XML Forms Architecture (XFA) data, and is a Dynamic Form.
 

Changed Methods
void checkForErrors_UsePDFException(String) Change in exceptions thrown from com.qoppa.pdf.PDFException to no exceptions.
Now deprecated.
This method has been deprecated and now has no effect.
void checkForErrors_UsePrinterException(String) Change in exceptions thrown from java.awt.print.PrinterException to no exceptions.
Now deprecated.
This method has been deprecated and now has no effect.
void clearErrors() Now deprecated.
This method has been deprecated and now has no effect.
int getErrorHandling() Now deprecated.
This method has been deprecated and now has no effect, the method now always returns 0.
Vector<RenderError> getErrors() Now deprecated.
This method has been deprecated and now has no effect, the method returns null always.
void setErrorHandling(int) Now deprecated.
This method has been deprecated and now has no effect.
void addError(RenderError) Now deprecated.
This method has been deprecated and now has no effect.
void addError(Throwable, String) Now deprecated.
This method has been deprecated and now has no effect.
 

Removed Fields
int EH_ABORT_RENDERING Abort the entire rendering operation and throw an exception to the host application.
int EH_SHOW_ERROR_AND_CONTINUE Display the error in the rendering of the page and continue rendering other pages.