org.jfree.report
public class ReportConfigurationException extends ReportException
Constructor Summary | |
---|---|
ReportConfigurationException()
Creates a StackableRuntimeException with no message and no parent. | |
ReportConfigurationException(String message, Exception ex)
Creates an exception.
| |
ReportConfigurationException(String message)
Creates an exception.
|
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.