| Package | Description |
|---|---|
| com.qoppa.pdf.errors |
Classes related to error handling.
|
| Modifier and Type | Method and Description |
|---|---|
static Vector<RenderError> |
PDFErrorHandling.getErrors()
Gets a list of errors in the last rendering.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PDFErrorHandling.addError(RenderError error)
Add an error to the list of errors accumulated.
|