org.jfree.report

Class ReportException

Known Direct Subclasses:
ReportConfigurationException, ReportDataFactoryException, ReportProcessingException

public class ReportException
extends StackableException

Creation-Date: 02.12.2006, 14:52:08
Author:
Thomas Morgner

Constructor Summary

ReportException()
Creates a StackableRuntimeException with no message and no parent.
ReportException(String message)
Creates an exception.
ReportException(String message, Exception ex)
Creates an exception.

Constructor Details

ReportException

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

ReportException

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

ReportException

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