Class EmptyReportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.base.util.StackableException
All Implemented Interfaces:
Serializable

public class EmptyReportException extends ReportProcessingException
The EmptyReportException is thrown, it the report processing generated no content.
Author:
Thomas Morgner.
See Also:
  • Constructor Details

    • EmptyReportException

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

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