Package org.jfree.report
Class ReportProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.base.util.StackableException
org.jfree.report.ReportException
org.jfree.report.ReportProcessingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmptyReportException
,ReportInterruptedException
An exception that can be thrown during report processing, if an error occurs.
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReportProcessingException
(String message) Creates an exception.ReportProcessingException
(String message, Exception ex) Creates an exception. -
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
-
ReportProcessingException
Creates an exception.- Parameters:
message
- the exception message.ex
- the parent exception.
-
ReportProcessingException
Creates an exception.- Parameters:
message
- the exception message.
-