| org.jfree.report.ReportException org.jfree.report.ReportDataFactoryException
ReportDataFactoryException | public class ReportDataFactoryException extends ReportException (Code) | | Creation-Date: 19.02.2006, 17:45:38
author: Thomas Morgner |
ReportDataFactoryException | public ReportDataFactoryException()(Code) | | Creates a StackableRuntimeException with no message and no parent.
|
ReportDataFactoryException | public ReportDataFactoryException(String message, Exception ex)(Code) | | Creates an exception.
Parameters: message - the exception message. Parameters: ex - the parent exception. |
ReportDataFactoryException | public ReportDataFactoryException(String message)(Code) | | Creates an exception.
Parameters: message - the exception message. |
|
|