| 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. |