com.qoppa.pdf.errors
Class RenderError

java.lang.Object
  extended by com.qoppa.pdf.errors.RenderError

public class RenderError
extends Object

This class is used to describe an error in rendering a PDF page. Objects of this class are added to the list kept by the PDFErrorHandling class to keep track of any errors that might have happened during rendering.

Author:
Qoppa Software

Constructor Summary
RenderError(String msg)
           
 
Method Summary
 String getErrorMessage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderError

public RenderError(String msg)
Method Detail

getErrorMessage

public String getErrorMessage()