org.jfree.report
public class EmptyReportException extends ReportProcessingException
| Constructor Summary | |
|---|---|
| EmptyReportException(String message, Exception ex)
Creates an EmptyReportException.
| |
| EmptyReportException(String message)
Creates an EmptyReportException.
| |
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.