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, Exception ex)
Creates an EmptyReportException.
EmptyReportException(String message)
Creates an EmptyReportException.

Constructor Detail

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.