Package org.jfree.report
Class EmptyReportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.base.util.StackableException
org.jfree.report.ReportException
org.jfree.report.ReportProcessingException
org.jfree.report.EmptyReportException
- All Implemented Interfaces:
Serializable
The EmptyReportException is thrown, it the report processing generated no content.
- Author:
- Thomas Morgner.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmptyReportException
(String message) Creates an EmptyReportException.EmptyReportException
(String message, Exception ex) Creates an EmptyReportException. -
Method Summary
Methods inherited from class org.pentaho.reporting.libraries.base.util.StackableException
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString, update
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
EmptyReportException
Creates an EmptyReportException.- Parameters:
message
- the exception message.ex
- the parent exception.
-
EmptyReportException
Creates an EmptyReportException.- Parameters:
message
- the exception message.
-