| org.jfree.report.ReportException org.jfree.report.ReportConfigurationException
ReportConfigurationException | public class ReportConfigurationException extends ReportException (Code) | | Creation-Date: 02.12.2006, 14:51:42
author: Thomas Morgner |
ReportConfigurationException | public ReportConfigurationException()(Code) | | Creates a StackableRuntimeException with no message and no parent.
|
ReportConfigurationException | public ReportConfigurationException(String message, Exception ex)(Code) | | Creates an exception.
Parameters: message - the exception message. Parameters: ex - the parent exception. |
ReportConfigurationException | public ReportConfigurationException(String message)(Code) | | Creates an exception.
Parameters: message - the exception message. |
|
|