org.jfree.report

Class EmptyReportException


public class EmptyReportException
extends ReportProcessingException

The EmptyReportException is thrown, it the report processing generated no content.
Author:
Thomas Morgner.

Constructor Summary

EmptyReportException(String message)
Creates an EmptyReportException.
EmptyReportException(String message, Exception ex)
Creates an EmptyReportException.

Constructor Details

EmptyReportException

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

EmptyReportException

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