org.jfree.report
Class ReportException
StackableException
org.jfree.report.ReportException
extends StackableException
Creation-Date: 02.12.2006, 14:52:08
ReportException
public ReportException()
Creates a StackableRuntimeException with no message and no parent.
ReportException
public ReportException(String message)
Creates an exception.
message
- the exception message.
ReportException
public ReportException(String message,
Exception ex)
Creates an exception.
message
- the exception message.ex
- the parent exception.