Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org » jfree » report » [javadoc | source]
org.jfree.report
public class: ReportProcessingException [javadoc | source]
java.lang.Object
   org.pentaho.reporting.libraries.base.util.StackableException
      org.jfree.report.ReportProcessingException

Direct Known Subclasses:
    ReportParameterValidationException, ReportDataFactoryException, ReportEventException, ReportInterruptedException, EmptyReportException

An exception that can be thrown during report processing, if an error occurs.
Constructor:
 public ReportProcessingException(String message) 
    Creates an exception.
    Parameters:
    message - the exception message.
 public ReportProcessingException(String message,
    Exception ex) 
    Creates an exception.
    Parameters:
    message - the exception message.
    ex - the parent exception.
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait