Class ReportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.base.util.StackableException
org.jfree.report.ReportException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReportConfigurationException, ReportDataFactoryException, ReportProcessingException

public class ReportException extends org.pentaho.reporting.libraries.base.util.StackableException
Creation-Date: 02.12.2006, 14:52:08
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • ReportException

      public ReportException()
      Creates a StackableRuntimeException with no message and no parent.
    • ReportException

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

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