Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
StackableException
org.jfree.report.ReportException
org.jfree.report.ReportConfigurationException
public class ReportConfigurationException
extends ReportException
Constructor Summary | |
| |
| |
|
public ReportConfigurationException()
Creates a StackableRuntimeException with no message and no parent.
public ReportConfigurationException(String message)
Creates an exception.
- Parameters:
message
- the exception message.
public ReportConfigurationException(String message, Exception ex)
Creates an exception.
- Parameters:
message
- the exception message.ex
- the parent exception.