Class ReportProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.base.util.StackableException
org.jfree.report.ReportException
org.jfree.report.ReportProcessingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmptyReportException, ReportInterruptedException

public class ReportProcessingException extends ReportException
An exception that can be thrown during report processing, if an error occurs.
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • ReportProcessingException

      public ReportProcessingException(String message, Exception ex)
      Creates an exception.
      Parameters:
      message - the exception message.
      ex - the parent exception.
    • ReportProcessingException

      public ReportProcessingException(String message)
      Creates an exception.
      Parameters:
      message - the exception message.