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