| com.pdftron.pdf.ErrorReportProc |
ErrorReportProc is an interface for a custom handler that that can be used to report potential rendering errors in PDFViewCtrl, PDFDraw, or PDFRasterizer.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
reportError(String message, Object data)
Report error.
| ||||||||||
Report error.
| message | the message |
|---|---|
| data | the data |